Title: [1095] trunk/pom.xml: Added root pom to build all modules.
Revision
1095
Author
mauro
Date
2009-02-21 04:04:46 -0600 (Sat, 21 Feb 2009)

Log Message

Added root pom to build all modules.  Not meant to be realeased, just to aid build if needed

Added Paths

Diff

Added: trunk/pom.xml (0 => 1095)

--- trunk/pom.xml	                        (rev 0)
+++ trunk/pom.xml	2009-02-21 10:04:46 UTC (rev 1095)
@@ -0,0 +1,14 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.jbehave</groupId>
+  <artifactId>jbehave-root</artifactId>
+  <name>JBehave Root</name>
+  <version>2.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <url>http://www.jbehave.org</url>
+  <modules>
+    <module>core</module>
+    <module>web</module>
+  </modules>
+</project>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to