Update of /cvsroot/commonjava/commonjava-projects/commonjava-opl/projects/opl-xdoclet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv555/projects/opl-xdoclet
Modified Files:
maven.xml
Log Message:
added use-body attribute to the OplAttributeTag class, to support pulling attribute values directly from the element's body content.
Index: maven.xml
===================================================================
RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-opl/projects/opl-xdoclet/maven.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- maven.xml 8 Mar 2004 14:36:34 -0000 1.1
+++ maven.xml 16 Mar 2004 22:47:32 -0000 1.2
@@ -8,6 +8,12 @@
<attainGoal name="qtags"/>
</c:if>
</preGoal>
+
+ <goal name="test-project">
+ <maven:maven descriptor="${basedir}/test-project/project.xml"
+ goals="clean,java:compile"
+ ignoreFailures="false" />
+ </goal>
<goal name="qtags">
<c:set var="gensrc" value="${maven.build.dir}/generated-src"/>
|