xserge schrieb:
> I've set proxy settings successfully in settings.xml, also I can reach
> "http://repo1.maven.org/maven2/org/apache/maven/plugins" without any
> problems.
>
> Some plugins have been downloaded by maven in my local repository during
> command
> "mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app"
>
> So I can assume that network settings are set well.
Try running "mvn -X compile" and see if that gives any clues. In
particular, look for things like
" Skipping disabled repository central"
and similar ("central" is the default repository).
Regards,
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]