Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 98012fe2e..925e5602f 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -36,6 +36,22 @@
<profiles>
<profile>
+ <id>sign-new</id>
+ <!-- Uses the new jarsigner from the CBI platform -->
+ <!-- Not deployed to nexus yet. Must be build locally -->
+ <!-- before running this profile. -->
+ <!-- See http://wiki.eclipse.org/Platform-releng/Platform_Build#Building for details -->
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.cbi.maven.plugins</groupId>
+ <artifactId>eclipse-jarsigner-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <profile>
<id>findbugs</id>
<build>

Back to the top