I am behind proxy and that was my first guess but where would I change any settings since I'm depending on maven
I'm impressed by your quick response Thanks a million mraible wrote: > > Are you behind a proxy server? If so, you might want to look at: > > http://maven.apache.org/guides/mini/guide-proxies.html > > Matt > > On 6/20/07, Arash.R <[EMAIL PROTECTED]> wrote: >> >> Thanks in advance to take a look at this >> >> In the process of creating a project. I followed the steps as described. >> Java and Maven are setup correctly >> >> C:\Dev>java -version >> java version "1.6.0_01" >> Java(TM) SE Runtime Environment (build 1.6.0_01-b06) >> Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing) >> >> >> C:\Dev>mvn --version >> Maven version: 2.0.6 >> >> >> but when I run the mvn command: >> >> >> >> C:\Dev>mvn archetype:create -DarchetypeGroupId=org.appfuse >> -DarchetypeArtifactId >> =appfuse-basic-struts >> -DremoteRepositories=http://static.appfuse.org/repository >> -DarchetypeVersion=2.0-m5 -DgroupId=com.mycompany.app >> -DartifactId=myproject >> [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: Wed Jun 20 09:42:25 EDT 2007 >> [INFO] Final Memory: 1M/4M >> [INFO] >> ------------------------------------------------------------------------ >> >> Does anyone know what I'm missing?!!! >> >> -- >> View this message in context: >> http://www.nabble.com/Build-Error%3A-maven-archetype-plugin-does-not-exist-or-no-valid-version-could-be-found-tf3952612s2369.html#a11214117 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Build-Error%3A-maven-archetype-plugin-does-not-exist-or-no-valid-version-could-be-found-tf3952612s2369.html#a11214421 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
