Skip to content

Commit

Permalink
activate license maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Jul 23, 2024
1 parent d18519c commit 7c59534
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.eitco</groupId>
<artifactId>eitco-oss-parent</artifactId>
<version>0.0.8</version>
<version>0.0.14-SNAPSHOT</version>
</parent>


Expand Down Expand Up @@ -73,6 +73,10 @@
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 7c59534

Please sign in to comment.