sign jar at the verify phase
diff --git a/wtp-parent/pom.xml b/wtp-parent/pom.xml
index cd6e430..2b667a2 100644
--- a/wtp-parent/pom.xml
+++ b/wtp-parent/pom.xml
@@ -394,7 +394,7 @@
<goals>
<goal>normalize</goal>
</goals>
- <phase>package</phase>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
@@ -409,7 +409,7 @@
<goals>
<goal>sign</goal>
</goals>
- <phase>package</phase>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
@@ -426,7 +426,7 @@
<goals>
<goal>pack</goal>
</goals>
- <phase>package</phase>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
@@ -440,7 +440,7 @@
<goals>
<goal>p2-metadata</goal>
</goals>
- <phase>package</phase>
+ <phase>verify</phase>
</execution>
</executions>
<configuration>