Guest User

atlas-debug output

a guest
Apr 22nd, 2024
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.87 KB | None | 0 0
  1. $ atlas-clean && atlas-debug -Pjira9
  2. Executing: /usr/share/atlassian-plugin-sdk-8.2.8/apache-maven-3.5.4/bin/mvn clean -gs /usr/share/atlassian-plugin-sdk-8.2.8/apache-maven-3.5.4/conf/settings.xml
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] --------------< com.example:my-jira-plugin >--------------
  6. [INFO] Building My Jira Plugin 0.0.5
  7. [INFO] --------------------------[ atlassian-plugin ]--------------------------
  8. [INFO]
  9. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ my-jira-plugin ---
  10. [INFO] Deleting /home/developer/Documents/my-jira-plugin/target
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] BUILD SUCCESS
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Total time: 1.210 s
  15. [INFO] Finished at: 2024-04-22T16:32:08+07:00
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Project POM found
  18. [INFO] Resolving plugin info, may take a while on the first run.
  19. [INFO] Project defined AMPS version detected: 8.1.2
  20. Executing: /usr/share/atlassian-plugin-sdk-8.2.8/apache-maven-3.5.4/bin/mvn com.atlassian.maven.plugins:jira-maven-plugin:8.1.2:debug -gs /usr/share/atlassian-plugin-sdk-8.2.8/apache-maven-3.5.4/conf/settings.xml -Pjira9
  21. [INFO] Scanning for projects...
  22. [INFO]
  23. [INFO] --------------< com.example:my-jira-plugin >--------------
  24. [INFO] Building My Jira Plugin 0.0.5
  25. [INFO] --------------------------[ atlassian-plugin ]--------------------------
  26. [INFO]
  27. [INFO] >>> jira-maven-plugin:8.1.2:debug (default-cli) > package @ my-jira-plugin >>>
  28. Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/plugins/jira-greenhopper-api/9.15.1/jira-greenhopper-api-9.15.1.pom
  29. Downloaded from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/plugins/jira-greenhopper-api/9.15.1/jira-greenhopper-api-9.15.1.pom (2.8 kB at 1.4 kB/s)
  30. Downloading from atlassian-public: https://maven.atlassian.com/repository/public/com/atlassian/jira/jira-internal-bom/9.15.1-QR-20240416094140/jira-internal-bom-9.15.1-QR-20240416094140.pom
  31. Downloading from atlassian-plugin-sdk: file:///usr/share/atlassian-plugin-sdk-8.2.8/repository/com/atlassian/jira/jira-internal-bom/9.15.1-QR-20240416094140/jira-internal-bom-9.15.1-QR-20240416094140.pom
  32. Downloading from atlassian: https://maven.atlassian.com/content/groups/public/com/atlassian/jira/jira-internal-bom/9.15.1-QR-20240416094140/jira-internal-bom-9.15.1-QR-20240416094140.pom
  33. Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/jira/jira-internal-bom/9.15.1-QR-20240416094140/jira-internal-bom-9.15.1-QR-20240416094140.pom
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] BUILD FAILURE
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Total time: 6.133 s
  38. [INFO] Finished at: 2024-04-22T16:32:18+07:00
  39. [INFO] ------------------------------------------------------------------------
  40. [ERROR] Failed to execute goal on project my-jira-plugin: Could not resolve dependencies for project com.example:my-jira-plugin:atlassian-plugin:0.0.5: Failed to collect dependencies at com.atlassian.jira.plugins:jira-greenhopper-api:jar:9.15.1: Failed to read artifact descriptor for com.atlassian.jira.plugins:jira-greenhopper-api:jar:9.15.1: Could not find artifact com.atlassian.jira:jira-internal-bom:pom:9.15.1-QR-20240416094140 in atlassian-public (https://maven.atlassian.com/repository/public) -> [Help 1]
  41. [ERROR]
  42. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  43. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  44. [ERROR]
  45. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  46. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  47.  
Advertisement
Add Comment
Please, Sign In to add comment