It sounds like Maven is having a hard time accessing the network to
download the plugins it needs to perform your build. Maybe you have a
proxy that needs to be configured?
If so, you might check out this page:
http://maven.apache.org/guides/mini/guide-proxies.html
Good luck,
-john
xserge wrote:
I've created first maven project using next command
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app
SUCCESSFULLY
Now I'm trying to compile this project from folder my-app
using command
mvn compile
and I received
------------------------------------------------------------------------
BUILD ERROR
------------------------------------------------------------------------
The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist
or no valid version could be found
------------------------------------------------------------------------
Hello could anybody help me, that's wrong ?
--
John Casey
Developer, PMC Member - Apache Maven (http://maven.apache.org)
Blog: http://www.ejlife.net/blogs/buildchimp/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]