jvanzyl 2004/05/27 10:28:21 Modified: maven-core bootstrap.sh Log: o pass in the pom to the plugin artifact generation mechanism Revision Changes Path 1.13 +3 -3 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh =================================================================== RCS file: /home/cvs/maven-components/maven-core/bootstrap.sh,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bootstrap.sh 27 May 2004 02:53:33 -0000 1.12 +++ bootstrap.sh 27 May 2004 17:28:21 -0000 1.13 @@ -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=target/classes/META-INF/maven + pluggy --mode=descriptor --source=src/main/java --destination=target/classes/META-INF/maven --pom=project.xml echo "Generating bean adapter for ${plugin} ..." - pluggy --mode=bean --source=src/main/java --destination=target/generated-sources + pluggy --mode=bean --source=src/main/java --destination=target/generated-sources --pom=project.xml echo "Generating Jelly harness for ${plugin} ..." - pluggy --mode=jelly --source=src/main/java --destination=target/classes + pluggy --mode=jelly --source=src/main/java --destination=target/classes --pom=project.xml mboot )
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]