Author: nickboldt
Date: 2010-05-11 16:12:40 -0400 (Tue, 11 May 2010)
New Revision: 22025
Modified:
branches/modular_build/drools/pom.xml
Log:
disable running ant because it happens too late
Modified: branches/modular_build/drools/pom.xml
===================================================================
--- branches/modular_build/drools/pom.xml 2010-05-11 19:36:49 UTC (rev 22024)
+++ branches/modular_build/drools/pom.xml 2010-05-11 20:12:40 UTC (rev 22025)
@@ -16,53 +16,19 @@
<module>plugins</module>
<module>features</module>
</modules>
-
- <build>
- <plugins>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-antrun-plugin</artifactId>
- <version>1.3</version>
- <executions>
- <execution>
- <id>compile</id>
- <phase>compile</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>
+ <!-- TODO: figure out how to invoke this BEFORE the dep resolution for target
+ platform -->
+ <!-- <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> -->
</project>
Show replies by date