maven 2.0 - problems getting started
Dear friends,
I'm trying to migrate my old fashioned maven projects to the new version of maven 2.0
At first steps I'm just trying to run the console command that appear on the getting Started guide at the maven site, but it is simply not working over here.... the creation command runned well, but I can't compile the generated source code for some reason...
the problem is described as:
The plugin'org.apache.maven.plugins:maven-resources-plugin' does not exi st or no valid version could be found
any tip?
[INFO] Scanningfor projects...
[INFO] -
[INFO] Building Maven Quick Start Archetype
[INFO]task-segment: [compile]
[INFO] -
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] The plugin'org.apache.maven.plugins:maven-resources-plugin' does not exi st or no valid version could be found
[INFO]
[INFO] For more information, run Maven with the -eswitch
[INFO]
[INFO] Total time: < 1 second
[INFO] Finished at: Sun Jun 11 11:52:35 CEST 2006
[INFO] Final Memory: 1M/2M
[INFO]

