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 ? -- View this message in context: http://www.nabble.com/How-can-I-compile-my-first-maven-project-tp17600859p17600859.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
