Skip to content

Commit 098f93d

Browse files
activate license maven plugin
1 parent 627efbe commit 098f93d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>de.eitco</groupId>
6+
<groupId>de.eitco.cicd</groupId>
77
<artifactId>eitco-oss-parent</artifactId>
8-
<version>0.0.8</version>
8+
<version>0.0.14-SNAPSHOT</version>
99
</parent>
1010

1111

@@ -73,6 +73,10 @@
7373
<debug>true</debug>
7474
</configuration>
7575
</plugin>
76+
<plugin>
77+
<groupId>org.codehaus.mojo</groupId>
78+
<artifactId>license-maven-plugin</artifactId>
79+
</plugin>
7680
</plugins>
7781
</build>
7882

0 commit comments

Comments
 (0)