[jbosstools-commits] JBoss Tools SVN: r23482 - trunk/build/component.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Jul 15 23:03:57 EDT 2010
Author: nickboldt
Date: 2010-07-15 23:03:56 -0400 (Thu, 15 Jul 2010)
New Revision: 23482
Added:
trunk/build/component/drools.xml
trunk/build/component/drools.xml.README.txt
Log:
add component builder for drools
Added: trunk/build/component/drools.xml
===================================================================
--- trunk/build/component/drools.xml (rev 0)
+++ trunk/build/component/drools.xml 2010-07-16 03:03:56 UTC (rev 23482)
@@ -0,0 +1,15 @@
+<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>
+ <groupId>org.jboss.build.component</groupId>
+ <artifactId>common</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <modules>
+ <module>../../tests</module>
+ <module>../../common</module>
+ <module>../../jst</module>
+ <module>../../flow</module>
+ <module>../../drools</module>
+ </modules>
+</project>
Added: trunk/build/component/drools.xml.README.txt
===================================================================
--- trunk/build/component/drools.xml.README.txt (rev 0)
+++ trunk/build/component/drools.xml.README.txt 2010-07-16 03:03:56 UTC (rev 23482)
@@ -0,0 +1,9 @@
+To build drools, you first need to run the build.xml script:
+
+$ cd ../../drools; ant
+
+Then run maven:
+
+$ cd ../build/component; mvn clean install -f drools.xml
+
+
More information about the jbosstools-commits
mailing list