Advertisement
Guest User

Untitled

a guest
May 10th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. $ mvn archetype:generate -Dfilter=org.alfresco:
  2. objc[9611]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin/java (0x1008764c0) and /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/lib/libinstrument.dylib (0x10093e4e0). One of the two will be used. Which one is undefined.
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building Maven Stub Project (No POM) 1
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO]
  9. [INFO] >>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @ standalone-pom >>>
  10. [INFO]
  11. [INFO] <<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources @ standalone-pom <<<
  12. [INFO]
  13. [INFO] --- maven-archetype-plugin:2.4:generate (default-cli) @ standalone-pom ---
  14. [INFO] Generating project in Interactive mode
  15. [INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
  16. Choose archetype:
  17. 1: remote -> org.alfresco.maven.archetype:activiti-jar-archetype (Sample project with full support for lifecycle and rapid development of Activiti JARs)
  18. 2: remote -> org.alfresco.maven.archetype:alfresco-allinone-archetype (Sample multi-module project for All-in-One development on the Alfresco plaftorm. Includes modules for Platform/Repository JAR and Share JAR)
  19. 3: remote -> org.alfresco.maven.archetype:alfresco-amp-archetype (Sample project with full support for lifecycle and rapid development of Repository AMPs (Alfresco Module Packages))
  20. 4: remote -> org.alfresco.maven.archetype:alfresco-platform-jar-archetype (Sample project with full support for lifecycle and rapid development of Platform/Repository JARs and AMPs (Alfresco Module Packages))
  21. 5: remote -> org.alfresco.maven.archetype:alfresco-share-jar-archetype (Share project with full support for lifecycle and rapid development of JARs and AMPs (Alfresco Module
  22. Packages))
  23. 6: remote -> org.alfresco.maven.archetype:share-amp-archetype (Share project with full support for lifecycle and rapid development of AMPs (Alfresco Module
  24. Packages))
  25. Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): : 3
  26. Choose org.alfresco.maven.archetype:alfresco-amp-archetype version:
  27. 1: 2.0.0-beta-1
  28. 2: 2.0.0-beta-2
  29. 3: 2.0.0-beta-3
  30. 4: 2.0.0-beta-4
  31. 5: 2.0.0
  32. 6: 2.1.0
  33. 7: 2.1.1
  34. 8: 2.2.0
  35. Choose a number: 8:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement