jvanzyl 2002/07/11 20:47:22
Modified: src/bin driver.jelly
Log:
o Moving creation of maven.compile.src.set here as it is currently being
used by clover and antrl in addition to the java plugin. We want this
available for sure irrespective of the order the plugins are loaded so
it goes in here.
Revision Changes Path
1.17 +6 -0 jakarta-turbine-maven/src/bin/driver.jelly
Index: driver.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/bin/driver.jelly,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- driver.jelly 11 Jul 2002 18:53:09 -0000 1.16
+++ driver.jelly 12 Jul 2002 03:47:22 -0000 1.17
@@ -160,6 +160,12 @@
<fileset dir="${maven.home}/lib"/>
</path>
+ <j:if test="${sourcesPresent == 'true'}">
+ <path id="maven.compile.src.set">
+ <pathelement location="${pom.build.SourceDirectory}"/>
+ </path>
+ </j:if>
+
<property
name="maven-dependency-classpath"
refid="maven.dependency.classpath"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>