Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. konecta@konecta-Satellite-L55-A:~/TAS/tas/tasacion-backend/roaming$ mvn deploy -DrepositoryId=releases -DskipTests
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] roaming - backend
  7. [INFO] roaming-model - model
  8. [INFO] roaming-ejb - ejb
  9. [INFO] roaming-web - web
  10. [INFO] roaming-ear - ear
  11. [INFO]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Building roaming - backend 0.0.1-SNAPSHOT
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO]
  16. [INFO] >>> maven-source-plugin:2.0.4:jar (attach-sources) > generate-sources @ roaming >>>
  17. [INFO]
  18. [INFO] <<< maven-source-plugin:2.0.4:jar (attach-sources) < generate-sources @ roaming <<<
  19. [INFO]
  20. [INFO] --- maven-source-plugin:2.0.4:jar (attach-sources) @ roaming ---
  21. [INFO]
  22. [INFO] >>> maven-javadoc-plugin:2.3:jar (attach-javadocs) > generate-sources @ roaming >>>
  23. [INFO]
  24. [INFO] <<< maven-javadoc-plugin:2.3:jar (attach-javadocs) < generate-sources @ roaming <<<
  25. [WARNING] The POM for py.com.personal.bc:is-messaging:jar:3.1.5-SNAPSHOT is missing, no dependency information available
  26. [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
  27. [WARNING] o py.com.personal.tasacion:roaming-model:jar:0.0.1-SNAPSHOT (compile)
  28. [WARNING] Try running the build up to the lifecycle phase "package"
  29. [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
  30. [WARNING] o py.com.personal.tasacion:roaming-model:jar:0.0.1-SNAPSHOT (provided)
  31. [WARNING] o py.com.personal.tasacion:roaming-ejb:jar:0.0.1-SNAPSHOT (provided)
  32. [WARNING] Try running the build up to the lifecycle phase "package"
  33. [WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
  34. [WARNING] o py.com.personal.tasacion:roaming-ejb:jar:0.0.1-SNAPSHOT (compile)
  35. [WARNING] o py.com.personal.tasacion:roaming-model:jar:0.0.1-SNAPSHOT (compile)
  36. [WARNING] o py.com.personal.tasacion:roaming-web:war:0.0.1-SNAPSHOT (compile)
  37. [WARNING] Try running the build up to the lifecycle phase "package"
  38. [INFO]
  39. [INFO] --- maven-javadoc-plugin:2.3:jar (attach-javadocs) @ roaming ---
  40. [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
  41. [INFO]
  42. [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ roaming ---
  43. [INFO] Installing /home/konecta/.local/share/Trash/files/roaming.51/pom.xml to /home/konecta/.m2/repository/py/com/personal/tasacion/roaming/0.0.1-SNAPSHOT/roaming-0.0.1-SNAPSHOT.pom
  44. [INFO]
  45. [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ roaming ---
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Reactor Summary:
  48. [INFO]
  49. [INFO] roaming - backend .................................. FAILURE [ 2.204 s]
  50. [INFO] roaming-model - model .............................. SKIPPED
  51. [INFO] roaming-ejb - ejb .................................. SKIPPED
  52. [INFO] roaming-web - web .................................. SKIPPED
  53. [INFO] roaming-ear - ear .................................. SKIPPED
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] BUILD FAILURE
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] Total time: 3.004 s
  58. [INFO] Finished at: 2019-06-20T16:05:07-04:00
  59. [INFO] Final Memory: 21M/263M
  60. [INFO] ------------------------------------------------------------------------
  61. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project roaming: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [Help 1]
  62. [ERROR]
  63. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  64. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  65. [ERROR]
  66. [ERROR] For more information about the errors and possible solutions, please read the following articles:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement