Skip to content
Snippets Groups Projects
Commit 9f27f8fa authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6450: Add license-plugin

parent 81970b45
Branches
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
<groupId>de.ozgcloud.processor</groupId>
<artifactId>processor-manager</artifactId>
<version>0.5.0-SNAPSHOT</version>
<inceptionYear>2023</inceptionYear>
<name>ozgcloud-processor-manager</name>
<description>OZG-Cloud Processor Manager</description>
......@@ -136,6 +137,15 @@
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment