Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Building Unnamed - BeActiveWeb:BeActiveWeb:war:0.0.1-SNAPSHOT
  4. [INFO] task-segment: [clean, install]
  5. [INFO] ------------------------------------------------------------------------
  6. [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-war-plugin:maven-plugin:2.1.1' from repository central (http://repo1.maven.org/maven2): Unsupported Protocol: 'C': Cannot find wagon which supports the requested protocol: C
  7. [INFO] ------------------------------------------------------------------------
  8. [ERROR] BUILD FAILURE
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
  11.  
  12. Try downloading the file manually from the project website.
  13.  
  14. Then, install it using the command:
  15. mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-war-plugin -Dversion=2.1.1 -Dpackaging=maven-plugin -Dfile=/path/to/file
  16.  
  17. Alternatively, if you host your own repository you can deploy the file there:
  18. mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-war-plugin -Dversion=2.1.1 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
  19.  
  20.  
  21. org.apache.maven.plugins:maven-war-plugin:maven-plugin:2.1.1
  22.  
  23. from the specified remote repositories:
  24. internalCmg (C:\alvchgmanbld01)
  25.  
  26.  
  27. org.apache.maven.plugins:maven-war-plugin:maven-plugin:2.1.1
  28.  
  29. from the specified remote repositories:
  30. internalCmg (C:\alvchgmanbld01)
  31.  
  32.  
  33. [INFO] ------------------------------------------------------------------------
  34. [INFO] For more information, run Maven with the -e switch
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] Total time: < 1 second
  37. [INFO] Finished at: Tue Mar 03 10:36:33 CST 2015
  38. [INFO] Final Memory: 2M/8M
  39. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement