Advertisement
Guest User

ErrorTrace

a guest
Jul 9th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.68 KB | None | 0 0
  1. neel@debian:~/odl/mywork/Opendaylight$  mvn archetype:generate -DarchetypeCatalog=http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/archetype-catalog.xml -DarchetypeGroupId=org.opendaylight.toolkit  -DarchetypeArtifactId=md-sal-app-simple
  2. [INFO] Scanning for projects...
  3. [INFO]                                                                        
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building Maven Stub Project (No POM) 1
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>>
  9. [INFO]
  10. [INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<<
  11. [INFO]
  12. [INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---
  13. [INFO] Generating project in Interactive mode
  14. [INFO] Archetype [org.opendaylight.toolkit:md-sal-app-simple:1.0-SNAPSHOT -> https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot] found in catalog http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/archetype-catalog.xml
  15. Downloading: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/toolkit/md-sal-app-simple/1.0-SNAPSHOT/maven-metadata.xml
  16. [WARNING] Could not transfer metadata org.opendaylight.toolkit:md-sal-app-simple:1.0-SNAPSHOT/maven-metadata.xml from/to md-sal-app-simple-repo (https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot): peer not authenticated
  17. Downloading: https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/toolkit/md-sal-app-simple/1.0-SNAPSHOT/md-sal-app-simple-1.0-SNAPSHOT.jar
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] BUILD FAILURE
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Total time: 6.833s
  22. [INFO] Finished at: Wed Jul 09 18:59:48 IST 2014
  23. [INFO] Final Memory: 15M/123M
  24. [INFO] ------------------------------------------------------------------------
  25. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.opendaylight.toolkit:md-sal-app-simple:1.0-SNAPSHOT) -> [Help 1]
  26. [ERROR]
  27. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  28. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  29. [ERROR]
  30. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  31. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement