Hi,
I am going through Maven tutorial right now. I installed Maven in D:
\Development\Java\lib
When I create a new project, do I have to go to this directory?
Anyway, I am in dir D:\Development\Java\lib\appache-maven-2.0.9, and
typed in this command
mvn archetype:create \
-DarchetypeGroupId=org.apache.maven.archetypes \
-DgroupId=com.mycompany.app \
-DartifactId=my-app
Then I see an error message saying that
[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
What is wrong with it? How can I fix this problem?
Thanks
Michiko
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]