[jbosstools-commits] JBoss Tools SVN: r23945 - trunk/drools.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 5 12:59:58 EDT 2010


Author: nickboldt
Date: 2010-08-05 12:59:58 -0400 (Thu, 05 Aug 2010)
New Revision: 23945

Added:
   trunk/drools/pom-with-deps.xml
Log:
pom.xml + test deps not available from update site

Added: trunk/drools/pom-with-deps.xml
===================================================================
--- trunk/drools/pom-with-deps.xml	                        (rev 0)
+++ trunk/drools/pom-with-deps.xml	2010-08-05 16:59:58 UTC (rev 23945)
@@ -0,0 +1,37 @@
+<project
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<relativePath>../parent-pom.xml</relativePath>
+		<groupId>org.jboss.tools</groupId>
+		<artifactId>org.jboss.tools.parent.pom</artifactId>
+		<version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools</groupId>
+	<artifactId>drools.all</artifactId>
+	<version>0.0.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+	<modules>
+		<module>org.jboss.tools.ui.bot.ext</module>
+		<module>plugins</module>
+		<module>features</module>
+		<module>tests</module>
+                <module>site</module>
+        </modules>
+	<!-- 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>
+	



More information about the jbosstools-commits mailing list