jvanzyl 2004/05/08 16:16:09 Modified: maven-plugins/maven-scm-plugin/src/main/resources/META-INF/maven plugin.xml Log: o we don't need to resolve deps o we don't need a project initially Revision Changes Path 1.7 +14 -0 maven-components/maven-plugins/maven-scm-plugin/src/main/resources/META-INF/maven/plugin.xml Index: plugin.xml =================================================================== RCS file: /home/cvs/maven-components/maven-plugins/maven-scm-plugin/src/main/resources/META-INF/maven/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- plugin.xml 8 May 2004 23:06:44 -0000 1.6 +++ plugin.xml 8 May 2004 23:16:09 -0000 1.7 @@ -6,6 +6,20 @@ <goals> <goal> <name>scm:checkout</name> + <description> + Given a reference to a POM the SCM information can be retrieved and the + project can be checked out. This is good for getting new developers setup + quickly with a new project. + </description> + <requiresDependencyResolution>false</requiresDependencyResolution> + <requiresProject>false</requiresProject> + + <!-- + We need these parameters but we need to retrieve the POM first so what we + really need is a groupId, artifactId, version and scm tag so we can extract + the sources from the project's SCM. + --> + <parameters> <parameter> <name>commandName</name>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]