fixed jarsigner
diff --git a/releng/org.eclipse.jwt.p2updatesite/pom.xml b/releng/org.eclipse.jwt.p2updatesite/pom.xml
index 81ab5e7..f86ba90 100644
--- a/releng/org.eclipse.jwt.p2updatesite/pom.xml
+++ b/releng/org.eclipse.jwt.p2updatesite/pom.xml
@@ -63,7 +63,7 @@
                 <goals>
                   <goal>normalize</goal>
                 </goals>
-                <phase>verify</phase>
+                <phase>package</phase>
               </execution>
             </executions>
           </plugin>
@@ -79,7 +79,7 @@
                 <goals>
                   <goal>sign</goal>
                 </goals>
-                <phase>verify</phase>
+                <phase>package</phase>
               </execution>
              </executions>
           </plugin>
@@ -95,7 +95,7 @@
                 <goals>
                   <goal>pack</goal>
                 </goals>
-                <phase>verify</phase>
+                <phase>package</phase>
               </execution>
             </executions>
           </plugin>
@@ -110,7 +110,7 @@
                 <goals>
                   <goal>p2-metadata</goal>
                 </goals>
-                <phase>verify</phase>
+                <phase>package</phase>
               </execution>
             </executions>
             <configuration>