vmassol 2003/09/20 13:21:29
Modified: framework maven.xml
Log:
More explanations
Revision Changes Path
1.3 +5 -0 jakarta-cactus/framework/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 20 Sep 2003 20:04:53 -0000 1.2
+++ maven.xml 20 Sep 2003 20:21:29 -0000 1.3
@@ -5,10 +5,15 @@
xmlns:maven="jelly:maven">
<preGoal name="java:compile">
+
+ <!-- Add the J2EE specific source directory to the list of source
+ directories, as Maven only supports defining a single source
+ directory in project.xml -->
<path id="maven.j2ee.compile.src.set"
location="${pom.build.sourceDirectory}/../j2ee${cactus.j2ee.version}"/>
<maven:addPath id="maven.compile.src.set"
refid="maven.j2ee.compile.src.set"/>
+
</preGoal>
<preGoal name="jar:jar">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]