mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Fix error in repo pom.
This commit is contained in:
parent
70a8846b7f
commit
2e7e6aa999
1 changed files with 7 additions and 5 deletions
|
@ -58,11 +58,13 @@
|
||||||
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
<artifactId>eclipse-jarsigner-plugin</artifactId>
|
||||||
<version>1.0.4</version>
|
<version>1.0.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<id>sign</id>
|
<execution>
|
||||||
<phase>verify</phase>
|
<id>sign</id>
|
||||||
<goals>
|
<phase>verify</phase>
|
||||||
<goal>sign</goal>
|
<goals>
|
||||||
</goals>
|
<goal>sign</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue