1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 03:45:35 +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> <executions>
<execution> <execution>
<id>pack200-normalize</id> <id>pack200-normalize</id>
<phase>verify</phase>
<goals> <goals>
<goal>normalize</goal> <goal>normalize</goal>
</goals> </goals>
@ -445,7 +446,7 @@
<executions> <executions>
<execution> <execution>
<id>sign</id> <id>sign</id>
<phase>package</phase> <phase>verify</phase>
<goals> <goals>
<goal>sign</goal> <goal>sign</goal>
</goals> </goals>
@ -459,6 +460,7 @@
<executions> <executions>
<execution> <execution>
<id>pack200-pack</id> <id>pack200-pack</id>
<phase>verify</phase>
<goals> <goals>
<goal>pack</goal> <goal>pack</goal>
</goals> </goals>