The signing of the artifacts ist done in the deploy-phase (was verify)
authorKai Moritz <kai@juplo.de>
Fri, 5 Apr 2019 14:45:30 +0000 (16:45 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 5 Apr 2019 15:21:08 +0000 (17:21 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index d768239..a81dc7b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <executions>
           <execution>
             <id>sign-artifacts</id>
-            <phase>verify</phase>
+            <phase>deploy</phase>
             <goals>
               <goal>sign</goal>
             </goals>