On 5/30/07, Mike Smithson <[EMAIL PROTECTED]> wrote:
I downloaded and unzipped Maven-2.0.6 and tried to run the example from the quickstart doc online. I ran the following: Ø mvn archetype:create –DgroupId=com.mycompany.com –DartifactId=my-app –DarchetypeArtifactId=maven-archetype-archetype I get the following: "The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found.
That usually means Maven can't connect to its central repository, the usual cause of which is that you're behind an http proxy. Is that the case? If not, try it again and add -U on the command line to force it to update. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
