diff --git a/pom.xml b/pom.xml index 5226a68..6121533 100644 --- a/pom.xml +++ b/pom.xml @@ -264,6 +264,7 @@ unit false true + true false @@ -289,6 +290,23 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + ${skipGpgPluginDuringTests} + + + + @@ -298,7 +316,29 @@ integration true false + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + ${skipGpgPluginDuringTests} + + + + + + ci-cd @@ -342,7 +382,6 @@ true - org.jacoco jacoco-maven-plugin