Author: linus
Date: 2010-07-22 09:11:29-0700
New Revision: 18547

Added:
   trunk/pom.xml
Modified:
   trunk/tools/maven/toppom.xml

Log:
Restructured poms to include a pom on each top level including the argouml 
project.

Added: trunk/pom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/pom.xml?view=markup&pathrev=18547
==============================================================================
--- (empty file)
+++ trunk/pom.xml       2010-07-22 09:11:29-0700
@@ -0,0 +1,19 @@
+<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/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- 
+    Experimenting with maven for the nightly build.
+  -->
+
+  <groupId>org.argouml</groupId>
+  <artifactId>allCoreArgoUMLProjects</artifactId>
+  <version>0.1</version>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>src/argouml-core-model</module>
+  </modules>
+</project>

Modified: trunk/tools/maven/toppom.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/toppom.xml?view=diff&pathrev=18547&r1=18546&r2=18547
==============================================================================
--- trunk/tools/maven/toppom.xml        (original)
+++ trunk/tools/maven/toppom.xml        2010-07-22 09:11:29-0700
@@ -14,7 +14,7 @@
   <packaging>pom</packaging>
 
   <modules>
-    <module>../../src/argouml-core-model</module>
+    <module>../..</module>
     <module>../../../argouml-actionscript3</module>
   </modules>
 </project>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2636971

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to