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

Merge pull request 'OZG-6450: Add license-plugin' (#17) from OZG-6450-update-pom into master

parents 81970b45 9f27f8fa
Branches
Tags 2.12.0
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