Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-09-03 16:00:40 +0000
committerAlexander Kurtakov2013-09-04 16:10:44 +0000
commit2071b9dd00ac314ce546dd3318f9270d06151e85 (patch)
tree23de6a4dbbd7d3a04cb86ceecf0dff445657f684
parent4610b33a59016cf9dcb5827fc8dc30e7fda3eb3b (diff)
downloadorg.eclipse.linuxtools-2071b9dd00ac314ce546dd3318f9270d06151e85.tar.gz
org.eclipse.linuxtools-2071b9dd00ac314ce546dd3318f9270d06151e85.tar.xz
org.eclipse.linuxtools-2071b9dd00ac314ce546dd3318f9270d06151e85.zip
Remove dash's sign plugin from p2 site module.
-rw-r--r--releng/org.eclipse.linuxtools.releng-site/pom.xml48
1 files changed, 0 insertions, 48 deletions
diff --git a/releng/org.eclipse.linuxtools.releng-site/pom.xml b/releng/org.eclipse.linuxtools.releng-site/pom.xml
index edd47afe47..fc7bee84c5 100644
--- a/releng/org.eclipse.linuxtools.releng-site/pom.xml
+++ b/releng/org.eclipse.linuxtools.releng-site/pom.xml
@@ -85,54 +85,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.eclipse.dash.maven</groupId>
- <artifactId>eclipse-signing-maven-plugin</artifactId>
- <version>1.0.5</version>
- <executions>
- <execution>
- <id>pack</id>
- <configuration>
- <inputFile>${project.build.directory}/org.eclipse.linuxtools.releng-site.zip</inputFile>
- </configuration>
- <phase>install</phase>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- <execution>
- <id>sign</id>
- <configuration>
- <inputFile>${project.build.directory}/packed/org.eclipse.linuxtools.releng-site.zip</inputFile>
- <signerInputDirectory>/home/data/httpd/download-staging.priv/linuxtools</signerInputDirectory>
- </configuration>
- <phase>install</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- <execution>
- <id>repack</id>
- <configuration>
- <inputFile>${project.build.directory}/signed/site_assembly.zip</inputFile>
- </configuration>
- <phase>install</phase>
- <goals>
- <goal>pack</goal>
- </goals>
- </execution>
- <execution>
- <id>fixCheckSums</id>
- <configuration>
- <inputFile>${project.build.directory}/packed/site_assembly.zip</inputFile>
- </configuration>
- <phase>install</phase>
- <goals>
- <goal>fixCheckSums</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>

Back to the top