[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[stp-commits] r3622 - in org.eclipse.stp.sca/trunk: parent update-site
|
- From: genie@xxxxxxxxxxx
- Date: Thu, 19 May 2011 06:14:31 -0400 (EDT)
- Delivered-to: stp-commits@eclipse.org
Author: vzurczak
Date: 2011-05-19 06:14:31 -0400 (Thu, 19 May 2011)
New Revision: 3622
Modified:
org.eclipse.stp.sca/trunk/parent/pom.xml
org.eclipse.stp.sca/trunk/update-site/pom.xml
Log:
Revert last changes
Modified: org.eclipse.stp.sca/trunk/parent/pom.xml
===================================================================
--- org.eclipse.stp.sca/trunk/parent/pom.xml 2011-05-19 10:03:00 UTC (rev 3621)
+++ org.eclipse.stp.sca/trunk/parent/pom.xml 2011-05-19 10:14:31 UTC (rev 3622)
@@ -21,26 +21,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <echo>[M2_HOME] ${env.M2_HOME}</echo>
- <echo>[Path] ${env.Path}</echo>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tychoVersion}</version>
@@ -148,25 +128,19 @@
</profile>
</profiles>
- <!-- repositories>
+ <repositories>
<repository>
<id>eclipse-repository</id>
<layout>p2</layout>
<url>${eclipse-site}</url>
</repository>
- </repositories -->
+ </repositories>
<!-- Repositories -->
<pluginRepositories>
<pluginRepository>
- <id>Eclipse-Nexus-Repo</id>
- <url>http://maven.eclipse.org/nexus/content/groups/public/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
+ <id>maven.eclipse.org</id>
+ <url>http://maven.eclipse.org/nexus/content/repositories/milestone-indigo</url>
</pluginRepository>
</pluginRepositories>
</project>
Modified: org.eclipse.stp.sca/trunk/update-site/pom.xml
===================================================================
--- org.eclipse.stp.sca/trunk/update-site/pom.xml 2011-05-19 10:03:00 UTC (rev 3621)
+++ org.eclipse.stp.sca/trunk/update-site/pom.xml 2011-05-19 10:14:31 UTC (rev 3622)
@@ -125,6 +125,7 @@
<execution>
<id>sign</id>
<configuration>
+ <inputFile>${project.build.directory}/site-assembly.zip</inputFile>
<signerInputDirectory>/home/data/httpd/download-staging.priv/stp/</signerInputDirectory>
</configuration>
<phase>package</phase>
@@ -136,7 +137,7 @@
<execution>
<id>repack</id>
<configuration>
- <inputFile>${project.build.directory}/signed/site_assembly.zip</inputFile>
+ <inputFile>${project.build.directory}/site_assembly.zip</inputFile>
</configuration>
<phase>package</phase>
<goals>
@@ -146,6 +147,9 @@
<execution>
<id>fixCheckSums</id>
+ <configuration>
+ <inputFile>${project.build.directory}/site_assembly.zip</inputFile>
+ </configuration>
<phase>package</phase>
<goals>
<goal>fixCheckSums</goal>