Skip to content

Commit da35a89

Browse files
committed
Added pom.xml
1 parent 6bea6ec commit da35a89

File tree

1 file changed

+14
-0
lines changed
  • plugins/carisma.check.mltop10checks

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<parent>
6+
<groupId>carisma</groupId>
7+
<artifactId>carisma-tool</artifactId>
8+
<version>0.0.1-SNAPSHOT</version>
9+
<relativePath>../../</relativePath>
10+
</parent>
11+
<artifactId>carisma.check.mltop10checks</artifactId>
12+
<version>1.0.0-SNAPSHOT</version>
13+
<packaging>eclipse-plugin</packaging>
14+
</project>

0 commit comments

Comments
 (0)