Author: nickboldt
Date: 2010-07-15 12:01:39 -0400 (Thu, 15 Jul 2010)
New Revision: 23417
Modified:
trunk/build/aggregate/site/pom.xml
Log:
hook up aggregator to pi4soa tycho build
Modified: trunk/build/aggregate/site/pom.xml
===================================================================
--- trunk/build/aggregate/site/pom.xml 2010-07-15 14:08:27 UTC (rev 23416)
+++ trunk/build/aggregate/site/pom.xml 2010-07-15 16:01:39 UTC (rev 23417)
@@ -13,6 +13,52 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <id>clean</id>
+ <phase>clean</phase>
+ <configuration>
+ <tasks>
+ <ant antfile="build.xml" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-commons-net</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-apache-regexp</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>ant-contrib</groupId>
+ <artifactId>ant-contrib</artifactId>
+ <version>1.0b3</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+
<repositories>
<repository>
<id>jbosstools-continuous-snapshot</id>
@@ -32,7 +78,7 @@
</repository>
<repository>
<id>jbosstools-pi4soa-snapshot</id>
- <
url>http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/jbo...
+ <
url>http://download.jboss.org/jbosstools/builds/nightly/3.2.helios/jbo...
<layout>p2</layout>
<snapshots>
<enabled>true</enabled>