Hi every body:

I'm following step by step the getting sarted with java(3.2) tutorial to use
andromeda in the sample aplication timetracker.
I install maven as the tutorial indicates but when I run the comand:

C:\temp>mvn archetype:create -DgroupId=testapp -DartifactId=testapp

I get the following message:

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] org.apache.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be
retri
eved from repository: central due to an error: Error transferring file
[INFO] Repository 'central' will be blacklisted
[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: 6 seconds
[INFO] Finished at: Wed Jan 31 11:19:25 GMT-05:00 2007
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------

Then I searched the "C:\Archivos de programa\Apache Software
Foundation\maven-2.0.4\conf\settings.xml" and configured the proxy settings
this was what I wrote:
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>myUser</username>
<password>myPassword</password>
<host>proxy.myserver.com</host>
<port>3128</port>
<nonProxyHosts>localhost</nonProxyHosts>
</proxy>

Those are my proxy settings, then I try again "C:\temp>mvn archetype:create
-DgroupId=testapp -DartifactId=testapp" like in the tutorial BUT I get the
same error. I don't know why because my internet connectivity is fine.

Could you help please ???
I'll thank your help to find this error.
Greetings.

Reply via email to