Author: nickboldt
Date: 2010-11-12 10:52:07 -0500 (Fri, 12 Nov 2010)
New Revision: 26514
Modified:
trunk/drools/README.building.txt
trunk/drools/pom-with-deps.xml
trunk/drools/pom.xml
Log:
clean up poms: better comments/instructions, remove obsolete refs, use FQDN
Modified: trunk/drools/README.building.txt
===================================================================
--- trunk/drools/README.building.txt 2010-11-12 15:20:49 UTC (rev 26513)
+++ trunk/drools/README.building.txt 2010-11-12 15:52:07 UTC (rev 26514)
@@ -5,5 +5,3 @@
Then run maven:
$ mvn clean install
-
-
Modified: trunk/drools/pom-with-deps.xml
===================================================================
--- trunk/drools/pom-with-deps.xml 2010-11-12 15:20:49 UTC (rev 26513)
+++ trunk/drools/pom-with-deps.xml 2010-11-12 15:52:07 UTC (rev 26514)
@@ -3,25 +3,26 @@
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>
+ <artifactId>org.jboss.tools.drools.all</artifactId>
+ <name>org.jboss.tools.drools.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
- <!-- check out dependencies into folder parallel to this one in Hudson workspace
-->
+ <!-- make sure you've run `ant -f build.xml` before building this pom -->
+
+ <!-- check out deps into folder parallel to this one in Hudson workspace -->
<module>../org.jboss.tools.ui.bot.ext</module>
<module>../org.jboss.tools.jst.ui.bot.test</module>
- <!-- contained children -->
<module>plugins</module>
<module>features</module>
<module>tests</module>
- <module>site</module>
- </modules>
+ <module>site</module>
+ </modules>
</project>
Modified: trunk/drools/pom.xml
===================================================================
--- trunk/drools/pom.xml 2010-11-12 15:20:49 UTC (rev 26513)
+++ trunk/drools/pom.xml 2010-11-12 15:52:07 UTC (rev 26514)
@@ -3,35 +3,26 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
-
<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</artifactId>
- <name>drools.all</name>
+ <artifactId>org.jboss.tools.drools.all</artifactId>
+ <name>org.jboss.tools.drools.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
+ <!-- make sure you've run `ant -f build.xml` before building this pom -->
+
+ <!-- find these with jbosstools-nightly-trunk profile -->
+ <!-- module>../org.jboss.tools.ui.bot.ext</module -->
+ <!-- module>../org.jboss.tools.jst.ui.bot.test</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> -->
+ <module>site</module>
+ </modules>
</project>