Remove dash eclipse-signing-maven-plugin from runtime aggregation build Change-Id: I5722b976fa9ae318eb47c22a855f408d160e332b
diff --git a/releng/org.eclipse.rap.target.build/pom.xml b/releng/org.eclipse.rap.target.build/pom.xml index 2bcd167..a8e4d69 100644 --- a/releng/org.eclipse.rap.target.build/pom.xml +++ b/releng/org.eclipse.rap.target.build/pom.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2011, 2012 EclipseSource and others. + Copyright (C) 2011, 2014 EclipseSource and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at @@ -24,7 +24,6 @@ <properties> <tycho-version>0.16.0</tycho-version> <tycho-extras-version>${tycho-version}</tycho-extras-version> - <signing-plugin-version>1.0.5</signing-plugin-version> <base-platform>4.3/R-4.3-201306052000/</base-platform> <base-platform-repository>http://download.eclipse.org/eclipse/updates/${base-platform}</base-platform-repository> <base-platform-juno>4.2/R-4.2.1-201209141800/</base-platform-juno> @@ -106,15 +105,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.eclipse.dash.maven</groupId> - <artifactId>eclipse-signing-maven-plugin</artifactId> - <version>${signing-plugin-version}</version> - <configuration> - <signerInputDirectory>/home/data/httpd/download-staging.priv/rt/rap</signerInputDirectory> - </configuration> - </plugin> - </plugins> </build>