NEW - bug 334258: Update UDC Releng to use Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=334258
diff --git a/releng/org.eclipse.epp.usagedata.repository/pom.xml b/releng/org.eclipse.epp.usagedata.repository/pom.xml
index 098f930..6be2a58 100644
--- a/releng/org.eclipse.epp.usagedata.repository/pom.xml
+++ b/releng/org.eclipse.epp.usagedata.repository/pom.xml
@@ -35,9 +35,6 @@
<groupId>org.mortbay.jetty.toolchain</groupId>
<artifactId>eclipse-signing-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
- <configuration>
- <signerInputDirectory>/home/data/httpd/download-staging.priv/technology/epp</signerInputDirectory>
- </configuration>
<executions>
<!-- example of executing locally for pack -->
<execution>
@@ -50,6 +47,9 @@
<!-- the sign remote -->
<execution>
<id>sign</id>
+ <configuration>
+ <signerInputDirectory>/home/data/httpd/download-staging.priv/technology/epp</signerInputDirectory>
+ </configuration>
<phase>package</phase>
<goals>
<goal>sign</goal>
@@ -89,7 +89,7 @@
<configuration>
<tasks>
<copy includeemptydirs="false"
- todir="/home/data/httpd/download.eclipse.org/downloads/technology/epp/updates/1.3/1.3.1_SNAPSHOT">
+ todir="/home/data/httpd/download.eclipse.org/technology/epp/updates/1.3/${project.version}">
<fileset dir="target/checksumFix">
<include name="**" />
</fileset>