1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

Fix error in repo pom.

This commit is contained in:
Doug Schaefer 2013-11-01 12:52:48 -04:00
parent 70a8846b7f
commit 2e7e6aa999

View file

@ -58,11 +58,13 @@
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.0.4</version>
<executions>
<execution>
<id>sign</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>