Sign during the "package" phase and not "verify"
diff --git a/releng/org.eclipse.amalgam.releng/pom.xml b/releng/org.eclipse.amalgam.releng/pom.xml
index 26b26e6..d27e893 100644
--- a/releng/org.eclipse.amalgam.releng/pom.xml
+++ b/releng/org.eclipse.amalgam.releng/pom.xml
@@ -251,7 +251,7 @@
                                 <goals>
                                     <goal>normalize</goal>
                                 </goals>
-                                <phase>verify</phase>
+                                <phase>package</phase>
                             </execution>
                         </executions>
                     </plugin>
@@ -262,7 +262,7 @@
                         <executions>
                             <execution>
                                 <id>sign</id>
-                                <phase>verify</phase>
+                                <phase>package</phase>
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>
@@ -279,7 +279,7 @@
                                 <goals>
                                     <goal>pack</goal>
                                 </goals>
-                                <phase>verify</phase>
+                                <phase>package</phase>
                             </execution>
                         </executions>
                     </plugin>