Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.fx.updatesite/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.fx.updatesite/pom.xml b/releng/org.eclipse.fx.updatesite/pom.xml
index a47bed6c0..b5eb2b82e 100644
--- a/releng/org.eclipse.fx.updatesite/pom.xml
+++ b/releng/org.eclipse.fx.updatesite/pom.xml
@@ -45,7 +45,7 @@
<artifactId>eclipse-signing-maven-plugin</artifactId>
<version>1.0.5</version>
<executions>
- <!-- execution>
+ <execution>
<id>pack</id>
<configuration>
<inputFile>${p2repo-zip-path}</inputFile>
@@ -54,7 +54,7 @@
<goals>
<goal>pack</goal>
</goals>
- </execution-->
+ </execution>
<execution>
<id>sign</id>
<configuration>

Back to the top