Skip to content

Commit 6c1745e

Browse files
committed
Refactor pom files of CogniCrypt's modules
Signed-off-by: Enri Ozuni <[email protected]>
1 parent 49ee394 commit 6c1745e

File tree

5 files changed

+1
-6
lines changed
  • plugins

5 files changed

+1
-6
lines changed

plugins/de.cognicrypt.codegenerator.tests/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

13-
<groupId>de.cognicrypt</groupId>
1413
<artifactId>de.cognicrypt.codegenerator.tests</artifactId>
1514
<packaging>eclipse-test-plugin</packaging>
1615
<dependencies>

plugins/de.cognicrypt.codegenerator/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,4 @@
151151
</plugins>
152152
</pluginManagement>
153153
</build>
154-
<groupId>de.cognicrypt</groupId>
155-
</project>
154+
</project>

plugins/de.cognicrypt.core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>de.cognicrypt</groupId>
76
<artifactId>de.cognicrypt.core</artifactId>
87
<packaging>eclipse-plugin</packaging>
98
<parent>

plugins/de.cognicrypt.crysl.handler/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<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"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>de.cognicrypt</groupId>
65
<artifactId>de.cognicrypt.crysl.handler</artifactId>
76
<packaging>eclipse-plugin</packaging>
87
<parent>

plugins/de.cognicrypt.staticanalyzer/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<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"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>de.cognicrypt</groupId>
65
<artifactId>de.cognicrypt.staticanalyzer</artifactId>
76
<packaging>eclipse-plugin</packaging>
87
<parent>

0 commit comments

Comments
 (0)