Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Plugin Requests
-
Labels:None
-
Environment:HideC:\Documents and Settings\mercerserver>mvn clean
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO] task-segment: [clean]
[INFO] ----------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist 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 Jul 05 15:51:19 IST 2012
[INFO] Final Memory: 1M/15M
[INFO] ------------------------------------------------------------------------ShowC:\Documents and Settings\mercerserver>mvn clean [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Maven Default Project [INFO] task-segment: [clean] [INFO] ---------------------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist 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 Jul 05 15:51:19 IST 2012 [INFO] Final Memory: 1M/15M [INFO] ------------------------------------------------------------------------
-
Complexity:Intermediate
-
Number of attachments :
After executing Maven for the first time, you should have seen the following message:
This is very likely a network/proxy problem.
Try mvn help:help -U until you've downloaded the maven-help-plugin. (-U will force an update, overruling blacklisted repositories)
If you're using a proxy, please read http://maven.apache.org/guides/mini/guide-proxies.html