I'm having the same problem, I already have a project setup and maven can download all the other plugins, but if I want to create a new project I'm getting the same error
-----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 3:24 AM To: Maven Users List; Deepak biswas Subject: Re: Build Error while creating project It's most likely because you need to set up a proxy. - Brett On 21 Nov 2005 08:18:25 -0000, Deepak biswas <[EMAIL PROTECTED]> wrote: > > > I have installed the mvn 2.0 and have set the path accordingly. but when i am trying to execute the following command it is giving the following error. Please suggest me what to do. > > C:\Documents and Settings\cisco>mvn archetype:create > -DgroupId=com.mycompany.app -DartifactId=my-app [INFO] Scanning for > projects... > [INFO] Searching repository for plugin with prefix: 'archetype'. > [INFO] > ---------------------------------------------------------------------- > --- > --- > [ERROR] BUILD ERROR > [INFO] > ---------------------------------------------------------------------- > --- > --- > [INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' > does not exi st or no valid version could be found [INFO] > ---------------------------------------------------------------------- > --- > --- > [INFO] For more information, run Maven with the -e switch [INFO] > ---------------------------------------------------------------------- > --- > --- > [INFO] Total time: 1 second > [INFO] Finished at: Mon Nov 21 13:20:40 GMT+05:30 2005 [INFO] Final > Memory: 1M/2M [INFO] > ---------------------------------------------------------------------- > --- > --- > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
