Hi all!
I have a problem, when I tried to run Apache Rave through "mvn: cargo run" this
error trace is returned:
[INFO] Scanning for projects...[WARNING] The POM for
org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency
information available[WARNING] Failed to retrieve plugin descriptor for
org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be
resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in
http://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced[INFO]
[INFO]
------------------------------------------------------------------------[INFO]
Building My Rave Project :: myraveproject-portal 1.01.00-SNAPSHOT[INFO]
------------------------------------------------------------------------[WARNING]
The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no
dependency information available[WARNING] Failed to retrieve plugin descriptor
for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin
org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be
resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in
http://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced[WARNING] The POM for
org.example:myraveproject-shindig:war:1.01.00-SNAPSHOT is missing, no
dependency information available[INFO]
------------------------------------------------------------------------[INFO]
BUILD FAILURE[INFO]
------------------------------------------------------------------------[INFO]
Total time: 1.553s[INFO] Finished at: Wed Feb 05 00:11:37 CET 2014[INFO] Final
Memory: 9M/158M[INFO]
------------------------------------------------------------------------[ERROR]
Failed to execute goal on project myraveproject-portal: Could not resolve
dependencies for project org.example:myraveproject-portal:war:1.01.00-SNAPSHOT:
Failure to find org.example:myraveproject-shindig:war:1.01.00-SNAPSHOT in
http://repository.apache.org/snapshots/ was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [Help 1][ERROR] [ERROR]
To see the full stack trace of the errors, re-run Maven with the -e
switch.[ERROR] Re-run Maven using the -X switch to enable full debug
logging.[ERROR] [ERROR] For more information about the errors and possible
solutions, please read the following articles:[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
I've just downloaded Rave from the repository and other times it was fine, but
now I don't know what happens.
Thanks!! :)