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

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/plugin-template/maven.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** maven.xml   21 Apr 2005 13:56:00 -0000      1.4
--- maven.xml   29 Apr 2005 11:11:06 -0000      1.5
***************
*** 1,31 ****
! <project default="main"
!          xmlns:j="jelly:core"
!          xmlns:maven="jelly:maven">
! 
!     <goal name="main" prereqs="jar:install-snapshot"/>
!     
!     <preGoal name="java:compile">
!         <attainGoal name="xdoclet"/>
!         <path id="xdoclet.generated.path" location="${basedir}/target/src"/>
!         <maven:addPath id="maven.compile.src.set" 
refid="xdoclet.generated.path"/>
!     </preGoal>
! 
!     <goal name="xdoclet">
!         <taskdef
!             name="xdoclet"
!             classname="org.xdoclet.ant.XDocletTask"
!             classpathref="maven.dependency.classpath"
!             />
! 
!         <xdoclet>        
!             <fileset dir="${pom.build.sourceDirectory}">
!                 <include name="**/*.java"/>
!             </fileset>
! 
!             <component 
!               classname="org.xdoclet.plugin.qtags.impl.QTagImplPlugin"
!               destdir="${basedir}/target/src"
!               />
!         </xdoclet>
!     </goal>
  </project>
\ No newline at end of file
--- 1,2 ----
! <project default="main">
  </project>
\ No newline at end of file



-------------------------------------------------------
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