jvanzyl 2002/07/03 10:36:01
Modified: src/plugins/dependency plugin.jelly
Log:
Make sure to prefix properties with 'maven'.
Revision Changes Path
1.2 +1 -1 jakarta-turbine-maven/src/plugins/dependency/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/dependency/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 3 Jul 2002 17:34:13 -0000 1.1
+++ plugin.jelly 3 Jul 2002 17:36:01 -0000 1.2
@@ -25,7 +25,7 @@
<echo>descriptorDir: ${descriptorDir}</echo>
<dep:packageProjectMap
- descriptorDir="${descriptorDir}"
+ descriptorDir="${maven.descriptorDir}"
map="${maven.home}/package-project.map">
</dep:packageProjectMap>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>