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
No related merge requests found
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<groupId>de.ozgcloud.processor</groupId> <groupId>de.ozgcloud.processor</groupId>
<artifactId>processor-manager</artifactId> <artifactId>processor-manager</artifactId>
<version>0.5.0-SNAPSHOT</version> <version>0.5.0-SNAPSHOT</version>
<inceptionYear>2023</inceptionYear>
<name>ozgcloud-processor-manager</name> <name>ozgcloud-processor-manager</name>
<description>OZG-Cloud Processor Manager</description> <description>OZG-Cloud Processor Manager</description>
...@@ -136,6 +137,15 @@ ...@@ -136,6 +137,15 @@
</dependencies> </dependencies>
<build> <build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</pluginManagement>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <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