jvanzyl 2004/05/26 19:35:02
Modified: maven-core bootstrap.sh
Log:
o generate the jelly harness
o generate the bean adapter
Revision Changes Path
1.10 +6 -1 maven-components/maven-core/bootstrap.sh
Index: bootstrap.sh
===================================================================
RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bootstrap.sh 26 May 2004 15:36:07 -0000 1.9
+++ bootstrap.sh 27 May 2004 02:35:02 -0000 1.10
@@ -65,12 +65,17 @@
(
cd ../maven-plugins/${plugin}
+ rm -rf target > /dev/null 2>&1
+
echo "Generating plugin descriptor for ${plugin} ..."
pluggy --mode=descriptor --source=src/main/java
--destination=src/main/resources/META-INF/maven
+ echo "Generating bean adapter for ${plugin} ..."
+ 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
-
+
mboot
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]