Add support for signing the jars when building the repo
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 260e6d2bd0d44768080047dcd3147cf98f2cfdb1..e51e3862248824c5043f5ea0c41badd1d9abcdd5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <module>org.eclipse.tracecompass.rcp.product</module>
       </modules>
   </profile>
+  <profile>
+    <id>sign-update-site</id>
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.eclipse.cbi.maven.plugins</groupId>
+          <artifactId>eclipse-jarsigner-plugin</artifactId>
+          <version>1.1.1</version>
+          <executions>
+            <execution>
+              <id>sign</id>
+              <phase>install</phase>
+              <goals>
+                <goal>sign</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+    </build>
+  </profile>
   <profile>
     <id>performance</id>
     <modules>
This page took 0.025317 seconds and 5 git commands to generate.