1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-27 10:55:33 +02:00

[releng]fixing signing.

This commit is contained in:
Anna Dushistova 2013-02-04 18:35:45 +03:00
parent d6e2683c10
commit 58d3204d7a

View file

@ -432,6 +432,7 @@
<executions>
<execution>
<id>pack200-normalize</id>
<phase>verify</phase>
<goals>
<goal>normalize</goal>
</goals>
@ -445,7 +446,7 @@
<executions>
<execution>
<id>sign</id>
<phase>package</phase>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
@ -459,6 +460,7 @@
<executions>
<execution>
<id>pack200-pack</id>
<phase>verify</phase>
<goals>
<goal>pack</goal>
</goals>