jvanzyl 2004/05/26 19:53:33 Modified: maven-core bootstrap.sh Log: o generate resources straight into target/classes for now. better than checking them in. Revision Changes Path 1.12 +2 -2 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh =================================================================== RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bootstrap.sh 27 May 2004 02:36:05 -0000 1.11 +++ bootstrap.sh 27 May 2004 02:53:33 -0000 1.12 @@ -68,13 +68,13 @@ 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 + pluggy --mode=descriptor --source=src/main/java --destination=target/classes/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 + pluggy --mode=jelly --source=src/main/java --destination=target/classes mboot )
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]