I still couldn't manage to get the mvn worknig at my work pc. It is working fine in my home pc.
I'm using maven 2.0.7 I've modified the conf/settings.xml as follows. <proxies> <proxy> <id></id> <active>true</active> <protocol>http</protocol> <username></username> <password></password> <host>202.27.42.14</host> <port>8080</port> <nonProxyHosts></nonProxyHosts> </proxy> </proxies> Still getting the following error: C:\tmp>mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.5 -DgroupId=org.apache.tapestry -DartifactId=tapestry-tutorial1 -DpackageName=org.apache.tapestry.tutorial [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 exist 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: Thu Jul 12 13:55:34 NZST 2007 [INFO] Final Memory: 1M/2M [INFO] --------------------------------------------------------------------- Am I doing my proxy setting in settings.xml? If any one came across similar issue please help. Naz -----Original Message----- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 July 2007 2:51 p.m. To: Tapestry users Subject: Re: T5 Tutorial Try upgrading to 2.0.7. If that doesn't work, googling the error message suggests it's a network/proxy problem. http://maven.apache.org/guides/mini/guide-proxies.html Cheers, Nick. Bhuiyan, Nazmul wrote: > Shall I use Maven 2.0.7? > In the tutorial you have mentioned to use Maven 2.0.5 --------------------------------------------------------------------- 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]