You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/14 23:31:31 UTC

svn commit: r944484 - /uima/build/trunk/parent-poms/pom.xml

Author: schor
Date: Fri May 14 21:31:31 2010
New Revision: 944484

URL: http://svn.apache.org/viewvc?rev=944484&view=rev
Log:
[UIMA-1756] make aggregate-parent-poms build the other build tools too.  Noticed that it requires Maven 3 (Maven 2 has a bug in how it handles <modules> - apparently not doing the right thing w.r.t. setting default working directory)

Modified:
    uima/build/trunk/parent-poms/pom.xml

Modified: uima/build/trunk/parent-poms/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/pom.xml?rev=944484&r1=944483&r2=944484&view=diff
==============================================================================
--- uima/build/trunk/parent-poms/pom.xml (original)
+++ uima/build/trunk/parent-poms/pom.xml Fri May 14 21:31:31 2010
@@ -72,5 +72,9 @@
         <!-- build single projects -->
         <module>parent-pom-annotator</module>
         <module>parent-pom-single-project</module>
+    <module>../uima-build-helper-maven-plugin</module>
+    <module>../uima-docbook-olink</module>
+    <module>../uima-docbook-resource-bundle</module>
+    <module>../uima-jar-resource-bundle</module>
   </modules>  
 </project>
\ No newline at end of file