Update of /cvsroot/xdoclet-plugins/xdoclet-plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32119

Modified Files:
        maven.xml 
Log Message:
fixed build process. subproject builds use main goals where possible


Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/maven.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** maven.xml   28 Apr 2005 11:15:44 -0000      1.24
--- maven.xml   29 Apr 2005 11:10:58 -0000      1.25
***************
*** 2,5 ****
--- 2,18 ----
           xmlns:j="jelly:core"
           xmlns:maven="jelly:maven">
+      <goal
+          name="build-plugins"
+          description="Build and install each XDoclet plugin">
+ 
+          <maven:reactor
+              basedir="${basedir}"
+              includes="*/project.xml"
+              excludes="reference/project.xml"
+              goals="${goals}"
+              banner="Building"
+              ignoreFailures="false"
+              />
+      </goal>
  
      <goal name="dist" prereqs="cleanall" description="Create full-pack 
distribuition">
***************
*** 234,236 ****
--- 247,250 ----
      </goal>
  
+     <goal name="main" prereqs="jar:install"/>
  </project>



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to