01-RenewPOM

This commit is contained in:
Adrian-Devries 2025-04-24 12:53:49 +02:00
parent 2ba6de0bf3
commit 106ca821fa

459
pom.xml
View file

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT) ~ Copyright 2017-2022 Koordinierungsstelle für IT-Standards (KoSIT)
~ ~
@ -14,18 +14,21 @@
~ See the License for the specific language governing permissions and ~ See the License for the specific language governing permissions and
~ limitations under the License. ~ limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<name>KoSIT XML Prüftool Implementierung</name>
<groupId>de.kosit</groupId> <groupId>de.kosit</groupId>
<version>1.5.1</version>
<artifactId>validationtool</artifactId> <artifactId>validationtool</artifactId>
<version>1.5.1</version>
<name>KoSIT XML Prüftool Implementierung</name>
<description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description> <description>KoSIT XML Validator against XSD and Schematron based on defined scenarios.</description>
<url>https://github.com/itplr-kosit/validator</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers> <developers>
<!-- In alphabetical order by last name --> <!-- In alphabetical order by last name -->
<developer> <developer>
@ -53,20 +56,149 @@
</roles> </roles>
</developer> </developer>
</developers> </developers>
<scm>
<connection>scm:git:https://github.com/itplr-kosit/validationtool.git</connection>
<developerConnection>scm:git:https://projekte.kosit.org/kosit/validator.git</developerConnection>
<tag>v1.1.0</tag>
<url>https://github.com/itplr-kosit/validator</url>
</scm>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<site>
<id>xoev</id>
<url>https://www.xoev.de/</url>
</site>
</distributionManagement>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.assertj>3.27.3</version.assertj> <version.java>8</version.java>
<version.maven>3.6.3</version.maven>
<!-- Dependencies -->
<version.assertj-core>3.27.3</version.assertj-core>
<version.commons-io>2.18.0</version.commons-io> <version.commons-io>2.18.0</version.commons-io>
<version.commons-lang>3.17.0</version.commons-lang> <version.commons-lang3>3.17.0</version.commons-lang3>
<version.jacoco>0.8.13</version.jacoco> <version.jansi>2.4.1</version.jansi>
<version.jaxb>2.3.9</version.jaxb> <version.jaxb-runtime>2.3.9</version.jaxb-runtime>
<version.junit>4.13.1</version.junit>
<version.lombok>1.18.38</version.lombok> <version.lombok>1.18.38</version.lombok>
<version.mockito>4.11.0</version.mockito> <version.mockito-core>4.11.0</version.mockito-core>
<version.owasp-dependency-check>7.2.0</version.owasp-dependency-check> <version.packaged-test-scenarios>1.0.2</version.packaged-test-scenarios>
<version.rest-assured>5.2.0</version.rest-assured> <version.picocli>4.7.6</version.picocli>
<version.rest-assured>5.3.0</version.rest-assured>
<version.saxon-he>11.4</version.saxon-he> <version.saxon-he>11.4</version.saxon-he>
<version.slf4j>1.7.36</version.slf4j> <version.slf4j-api>1.7.36</version.slf4j-api>
<version.slf4j-simple>1.7.36</version.slf4j-simple>
<!-- Plugins -->
<version.build-helper-maven-plugin>3.6.0</version.build-helper-maven-plugin>
<version.dependency-check-maven>7.2.0</version.dependency-check-maven>
<version.exec-maven-plugin>3.5.0</version.exec-maven-plugin>
<version.formatter-maven-plugin>2.13.0</version.formatter-maven-plugin>
<version.jacoco-maven-plugin>0.8.13</version.jacoco-maven-plugin>
<version.jaxb2-basics>0.13.1</version.jaxb2-basics>
<version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
<version.maven-assembly-plugin>3.7.1</version.maven-assembly-plugin>
<version.maven-compiler-plugin>3.14.0</version.maven-compiler-plugin>
<version.maven-enforcer-plugin>3.5.0</version.maven-enforcer-plugin>
<version.maven-failsafe-plugin>3.5.3</version.maven-failsafe-plugin>
<version.maven-gpg-plugin>3.2.7</version.maven-gpg-plugin>
<version.maven-javadoc-plugin>3.11.2</version.maven-javadoc-plugin>
<version.maven-jaxb2-plugin>0.15.3</version.maven-jaxb2-plugin>
<version.maven-release-plugin>3.1.1</version.maven-release-plugin>
<version.maven-resources-plugin>3.3.1</version.maven-resources-plugin>
<version.maven-shade-plugin>3.6.0</version.maven-shade-plugin>
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>
<version.maven-surefire-plugin>3.5.3</version.maven-surefire-plugin>
</properties> </properties>
<dependencies>
<!-- Compile -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${version.commons-io}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${version.saxon-he}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${version.commons-lang3}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j-api}</version>
</dependency>
<!-- Optional -->
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>${version.picocli}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>${version.jansi}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.jaxb-runtime}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.slf4j-simple}</version>
<optional>true</optional>
</dependency>
<!-- Provided -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${version.lombok}</version>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>de.kosit.validationtool</groupId>
<artifactId>packaged-test-scenarios</artifactId>
<version>${version.packaged-test-scenarios}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>${version.rest-assured}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${version.junit}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${version.assertj-core}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${version.mockito-core}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories> <repositories>
<repository> <repository>
<id>project.local</id> <id>project.local</id>
@ -74,93 +206,6 @@
<url>file:${project.basedir}/libs</url> <url>file:${project.basedir}/libs</url>
</repository> </repository>
</repositories> </repositories>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${version.lombok}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>${version.saxon-he}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${version.slf4j}</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.6</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>2.4.1</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${version.slf4j}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${version.commons-lang}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.jaxb}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${version.assertj}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${version.commons-io}</version>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${version.mockito}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.kosit.validationtool</groupId>
<artifactId>packaged-test-scenarios</artifactId>
<version>1.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build> <build>
<resources> <resources>
<resource> <resource>
@ -172,22 +217,20 @@
<filtering>true</filtering> <filtering>true</filtering>
</resource> </resource>
</resources> </resources>
<plugins> <plugins>
<!-- for PR 152 --> <!-- for PR 152 -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version> <version>${version.maven-resources-plugin}</version>
<configuration> <configuration>
<propertiesEncoding>ISO-8859-1</propertiesEncoding> <propertiesEncoding>ISO-8859-1</propertiesEncoding>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId> <artifactId>build-helper-maven-plugin</artifactId>
<version>3.6.0</version> <version>${version.build-helper-maven-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>reserve-network-port</id> <id>reserve-network-port</id>
@ -207,7 +250,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId> <artifactId>maven-enforcer-plugin</artifactId>
<version>3.5.0</version> <version>${version.maven-enforcer-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>enforce-versions</id> <id>enforce-versions</id>
@ -217,7 +260,7 @@
<configuration> <configuration>
<rules> <rules>
<requireMavenVersion> <requireMavenVersion>
<version>[3.3.9,)</version> <version>${version.maven}</version>
</requireMavenVersion> </requireMavenVersion>
</rules> </rules>
</configuration> </configuration>
@ -227,18 +270,21 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.14.0</version> <version>${version.maven-compiler-plugin}</version>
<configuration> <configuration>
<source>1.8</source> <release>${version.java}</release>
<target>1.8</target>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<compilerArgs>
<arg>${compiler.verbosearg}</arg>
<arg>${compiler.xlintarg}</arg>
<arg>${compiler.warg}</arg>
</compilerArgs>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version> <version>${version.maven-shade-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>jdk11+</id> <id>jdk11+</id>
@ -307,11 +353,10 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>3.7.1</version> <version>${version.maven-assembly-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>full_dist</id> <id>full_dist</id>
@ -331,12 +376,11 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- Generate model classes --> <!-- Generate model classes -->
<plugin> <plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId> <groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId> <artifactId>maven-jaxb2-plugin</artifactId>
<version>0.15.3</version> <version>${version.maven-jaxb2-plugin}</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
@ -356,7 +400,7 @@
<plugin> <plugin>
<groupId>org.jvnet.jaxb2_commons</groupId> <groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId> <artifactId>jaxb2-basics</artifactId>
<version>0.13.1</version> <version>${version.jaxb2-basics}</version>
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
@ -364,17 +408,16 @@
<dependency> <dependency>
<groupId>org.glassfish.jaxb</groupId> <groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId> <artifactId>jaxb-runtime</artifactId>
<version>${version.jaxb}</version> <version>${version.jaxb-runtime}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<!-- Integrate code coverage --> <!-- Integrate code coverage -->
<plugin> <plugin>
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>${version.jacoco}</version> <version>${version.jacoco-maven-plugin}</version>
<configuration> <configuration>
<excludes> <excludes>
<exclude>**/validationtool/model/**</exclude> <exclude>**/validationtool/model/**</exclude>
@ -409,7 +452,6 @@
<phase>post-integration-test</phase> <phase>post-integration-test</phase>
<goals> <goals>
<goal>dump</goal> <goal>dump</goal>
</goals> </goals>
<configuration> <configuration>
<address>localhost</address> <address>localhost</address>
@ -429,17 +471,16 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>3.5.3</version> <version>${version.maven-surefire-plugin}</version>
<configuration> <configuration>
<!-- suppress MavenModelInspection --> <!-- suppress MavenModelInspection -->
<argLine>-Dfile.encoding=UTF-8 ${jacocoSurefire}</argLine> <argLine>-Dfile.encoding=UTF-8 ${jacocoSurefire}</argLine>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version> <version>${version.maven-source-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>attach-sources</id> <id>attach-sources</id>
@ -449,20 +490,18 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>3.1.1</version> <version>${version.maven-release-plugin}</version>
<configuration> <configuration>
<tagNameFormat>v@{project.version}</tagNameFormat> <tagNameFormat>v@{project.version}</tagNameFormat>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId> <artifactId>exec-maven-plugin</artifactId>
<version>3.5.0</version> <version>${version.exec-maven-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>run</id> <id>run</id>
@ -488,18 +527,16 @@
<argument>${project.build.testOutputDirectory}/examples/simple/scenarios.xml</argument> <argument>${project.build.testOutputDirectory}/examples/simple/scenarios.xml</argument>
<argument>-r</argument> <argument>-r</argument>
<argument>${project.build.testOutputDirectory}/examples/simple/repository</argument> <argument>${project.build.testOutputDirectory}/examples/simple/repository</argument>
<argument>--port</argument> <argument>-P</argument>
<argument>${validator.server.port}</argument> <argument>${validator.server.port}</argument>
<argument>-D</argument> <argument>-D</argument>
</arguments> </arguments>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId> <artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version> <version>${version.maven-antrun-plugin}</version>
<configuration> <configuration>
<target> <target>
<!-- schlafen um den Start des Daemon abzuwarten --> <!-- schlafen um den Start des Daemon abzuwarten -->
@ -520,7 +557,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.3</version> <version>${version.maven-failsafe-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>test-it</id> <id>test-it</id>
@ -532,16 +569,15 @@
<!-- suppress MavenModelInspection --> <!-- suppress MavenModelInspection -->
<argLine>-Dfile.encoding=UTF-8 -Ddaemon.port=${validator.server.port}</argLine> <argLine>-Dfile.encoding=UTF-8 -Ddaemon.port=${validator.server.port}</argLine>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version> <version>${version.maven-javadoc-plugin}</version>
<configuration> <configuration>
<source>8</source> <release>${version.java}</release>
<doclint>none</doclint> <doclint>none</doclint>
</configuration> </configuration>
<executions> <executions>
@ -556,7 +592,7 @@
<plugin> <plugin>
<groupId>net.revelc.code.formatter</groupId> <groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId> <artifactId>formatter-maven-plugin</artifactId>
<version>2.13.0</version> <version>${version.formatter-maven-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>validate</id> <id>validate</id>
@ -571,67 +607,12 @@
<lineEnding>LF</lineEnding> <lineEnding>LF</lineEnding>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<reporting>
<plugins/>
</reporting>
<profiles> <profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>owasp-check</id>
<build>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${version.owasp-dependency-check}</version>
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
<suppressionFiles>
<suppressionFile>${project.basedir}/owasp-suppressions.xml</suppressionFile>
</suppressionFiles>
</configuration>
<executions>
<execution>
<phase>
validate
</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile> <profile>
<id>format</id> <id>format</id>
<activation> <activation>
@ -642,7 +623,7 @@
<plugin> <plugin>
<groupId>net.revelc.code.formatter</groupId> <groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId> <artifactId>formatter-maven-plugin</artifactId>
<version>2.13.0</version> <version>${version.formatter-maven-plugin}</version>
<executions> <executions>
<execution> <execution>
<id>maven-formatting</id> <id>maven-formatting</id>
@ -659,34 +640,58 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
</profiles> <profile>
<id>owasp-check</id>
<reporting> <build>
<plugins> <plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>${version.dependency-check-maven}</version>
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
<suppressionFiles>
<suppressionFile>${project.basedir}/owasp-suppressions.xml</suppressionFile>
</suppressionFiles>
</configuration>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</reporting> </build>
</profile>
<scm> <profile>
<connection>https://github.com/itplr-kosit/validationtool.git</connection> <id>release-sign-artifacts</id>
<developerConnection>scm:git:https://projekte.kosit.org/kosit/validator.git</developerConnection> <activation>
<tag>v1.1.0</tag> <property>
<url>https://github.com/itplr-kosit/validator</url> <name>performRelease</name>
</scm> <value>true</value>
<url>https://github.com/itplr-kosit/validator</url> </property>
<licenses> </activation>
<license> <build>
<name>Apache License, Version 2.0</name> <plugins>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <plugin>
<distribution>repo</distribution> <groupId>org.apache.maven.plugins</groupId>
</license> <artifactId>maven-gpg-plugin</artifactId>
</licenses> <version>${version.maven-gpg-plugin}</version>
<distributionManagement> <executions>
<repository> <execution>
<id>sonatype-nexus-staging</id> <id>sign-artifacts</id>
<name>Nexus Release Repository</name> <phase>verify</phase>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> <goals>
</repository> <goal>sign</goal>
</distributionManagement> </goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project> </project>