Update to use the eclipse-jarsigner-plugin for Luna
diff --git a/org.eclipse.gmf.notation.repository/pom.xml b/org.eclipse.gmf.notation.repository/pom.xml
index 4b5c258..295cd07 100644
--- a/org.eclipse.gmf.notation.repository/pom.xml
+++ b/org.eclipse.gmf.notation.repository/pom.xml
@@ -19,55 +19,24 @@
 			<build>
 				<plugins>
 					<plugin>
-						<groupId>org.eclipse.dash.maven</groupId>
-						<artifactId>eclipse-signing-maven-plugin</artifactId>
-						<version>1.0.5</version>
+						<groupId>org.eclipse.cbi.maven.plugins</groupId>
+						<artifactId>eclipse-jarsigner-plugin</artifactId>
+						<version>1.0.4</version>
 						<executions>
 							<execution>
-								<id>pack</id>
-								<configuration>
-									<inputFile>${project.build.directory}/org.eclipse.gmf.notation.repository-1.7.0-SNAPSHOT.zip</inputFile>
-								</configuration>
-								<phase>package</phase>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution>
-							<execution>
 								<id>sign</id>
-								<configuration>
-									<inputFile>${project.build.directory}/org.eclipse.gmf.notation.repository-1.7.0-SNAPSHOT.zip</inputFile>
-									<signerInputDirectory>/home/data/httpd/download-staging.priv/modeling/gmp/gmf-notation</signerInputDirectory>
-								</configuration>
-								<phase>package</phase>
+								<phase>verify</phase>
 								<goals>
 									<goal>sign</goal>
 								</goals>
 							</execution>
-							<execution>
-								<id>repack</id>
-								<configuration>
-									<inputFile>${project.build.directory}/signed/site_assembly.zip</inputFile>
-								</configuration>
-								<phase>package</phase>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution>
-							<execution>
-								<id>fixCheckSums</id>
-								<phase>package</phase>
-								<goals>
-									<goal>fixCheckSums</goal>
-								</goals>
-							</execution>
 						</executions>
 					</plugin>
 				</plugins>
 			</build>
 			<pluginRepositories>
 				<pluginRepository>
-					<id>eclipse-nexus</id>
+					<id>maven.eclipse.org</id>
 					<url>http://maven.eclipse.org/nexus/content/groups/public/</url>
 				</pluginRepository>
 			</pluginRepositories>