How can I compile my first maven project

2008-06-02 Thread xserge
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

Re: How can I compile my first maven project

2008-06-02 Thread [EMAIL PROTECTED]
xserge schrieb: 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

Re: How can I compile my first maven project

2008-06-02 Thread John Casey
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

Re: How can I compile my first maven project

2008-06-02 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] schrieb: xserge schrieb: 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

Re: How can I compile my first maven project

2008-06-02 Thread xserge
-app So I can assume that network settings are set well. -- View this message in context: http://www.nabble.com/How-can-I-compile-my-first-maven-project-tp17600859p17601502.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: How can I compile my first maven project

2008-06-02 Thread [EMAIL PROTECTED]
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

Re: How can I compile my first maven project

2008-06-02 Thread xserge
I've just deleted local repository and all compiled SUCCESSFULLY. Thank you for help. -- View this message in context: http://www.nabble.com/How-can-I-compile-my-first-maven-project-tp17600859p17602079.html Sent from the Maven - Users mailing list archive at Nabble.com