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

OZG-3085 MAven license plugin hinzugefügt

parent d1183e44
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
<artifactId>common</artifactId> <artifactId>common</artifactId>
<name>Eingangs Adapter - Common</name> <name>Eingangs Adapter - Common</name>
<properties>
<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
</properties>
<dependencies> <dependencies>
<!-- spring --> <!-- spring -->
<dependency> <dependency>
...@@ -59,6 +63,32 @@ ...@@ -59,6 +63,32 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>pom.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-license</artifactId>
<version>${kop.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<properties> <properties>
<spring-boot.build-image.imageName>docker.ozg-sh.de/formsolutions-adapter:build-latest</spring-boot.build-image.imageName> <spring-boot.build-image.imageName>docker.ozg-sh.de/formsolutions-adapter:build-latest</spring-boot.build-image.imageName>
<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -160,6 +161,32 @@ ...@@ -160,6 +161,32 @@
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>pom.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-license</artifactId>
<version>${kop.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<properties> <properties>
<spring-boot.build-image.imageName>docker.ozg-sh.de/forwarder:build-latest</spring-boot.build-image.imageName> <spring-boot.build-image.imageName>docker.ozg-sh.de/forwarder:build-latest</spring-boot.build-image.imageName>
<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -73,6 +74,32 @@ ...@@ -73,6 +74,32 @@
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>pom.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-license</artifactId>
<version>${kop.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<properties> <properties>
<spring-boot.build-image.imageName>docker.ozg-sh.de/intelliform-adapter:build-latest</spring-boot.build-image.imageName> <spring-boot.build-image.imageName>docker.ozg-sh.de/intelliform-adapter:build-latest</spring-boot.build-image.imageName>
<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
</properties> </properties>
...@@ -200,7 +201,31 @@ ...@@ -200,7 +201,31 @@
<groupId>pl.project13.maven</groupId> <groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId> <artifactId>git-commit-id-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>pom.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-license</artifactId>
<version>${kop.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
......
...@@ -10,6 +10,10 @@ ...@@ -10,6 +10,10 @@
<artifactId>router</artifactId> <artifactId>router</artifactId>
<name>Eingangs Adapter - Router</name> <name>Eingangs Adapter - Router</name>
<properties>
<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
</properties>
<dependencies> <dependencies>
<!-- own Projects --> <!-- own Projects -->
<dependency> <dependency>
...@@ -74,6 +78,32 @@ ...@@ -74,6 +78,32 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>pom.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-license</artifactId>
<version>${kop.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
<artifactId>semantik-adapter</artifactId> <artifactId>semantik-adapter</artifactId>
<name>Eingangs Adapter - Semantik</name> <name>Eingangs Adapter - Semantik</name>
<properties>
<kop.license.version>1.3.0-SNAPSHOT</kop.license.version>
</properties>
<dependencies> <dependencies>
<!-- own projects --> <!-- own projects -->
<dependency> <dependency>
...@@ -56,6 +60,32 @@ ...@@ -56,6 +60,32 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.1</version>
<configuration>
<licenseSets>
<licenseSet>
<header>license/eupl_v1_2_de/header.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>pom.xml</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
<dependencies>
<dependency>
<groupId>de.itvsh.kop.common</groupId>
<artifactId>kop-common-license</artifactId>
<version>${kop.license.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins> </plugins>
</build> </build>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment