Priya,
Could you already try to remove your local Maven repository
(~/.m2/repository) and re-run the command afterwards? It is possible
that some information in your local Maven repository has become
corrupted and this will force a new download of every single file in there.
Gert
shamuat wrote:
I am trying to create a Maven project (while running the command > mvn
install), I am getting the following error –
D:\apache-servicemix-3.2.1\tutorial>mvn install
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO] task-segment: [install]
[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 -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Thu Feb 21 14:49:01 IST 2008
[INFO] Final Memory: 1M/2M
Could someone please give me some idea regarding this error, as I am new to
this Maven.
Thanks
Priya