jvanzyl 2004/05/26 19:36:05
Modified: maven-core bootstrap.sh
Log:
o plugin.jelly needs to be generated in the base directory, not in
plugin-resources.
Revision Changes Path
1.11 +1 -1 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
===================================================================
RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- bootstrap.sh 27 May 2004 02:35:02 -0000 1.10
+++ bootstrap.sh 27 May 2004 02:36:05 -0000 1.11
@@ -74,7 +74,7 @@
pluggy --mode=bean --source=src/main/java --destination=target/generated-sources
echo "Generating Jelly harness for ${plugin} ..."
- pluggy --mode=jelly --source=src/main/java
--destination=src/main/resources/plugin-resources
+ pluggy --mode=jelly --source=src/main/java --destination=src/main/resources
mboot
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]