Advertisement
BoberDiversant

Untitled

Feb 20th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bobrovozk@bobrovozka-VPCEH1Z1R:~/IdeaProjects/web-taxi$ mvn deploy -P install-testing-tel
  2. ^[[INFO] Scanning for projects...
  3. [WARNING]
  4. [WARNING] Some problems were encountered while building the effective model for tech.ivoice.apps:webtaxi:jar:0.0.1-SNAPSHOT
  5. [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ tech.ivoice.apps:apps-parent:0.0.1-SNAPSHOT, /home/bobrovozk/.m2/repository/tech/ivoice/apps/apps-parent/0.0.1-SNAPSHOT/apps-parent-0.0.1-SNAPSHOT.pom, line 85, column 21
  6. [WARNING] 'build.plugins.plugin.version' for org.apache.felix:maven-bundle-plugin is missing. @ tech.ivoice.apps:webtaxi:[unknown-version], /home/bobrovozk/IdeaProjects/web-taxi/pom.xml, line 155, column 21
  7. [WARNING]
  8. [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
  9. [WARNING]
  10. [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
  11. [WARNING]
  12. [INFO]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] Building webtaxi 0.0.1-SNAPSHOT
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO]
  17. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webtaxi ---
  18. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  19. [INFO] Copying 0 resource
  20. [INFO]
  21. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webtaxi ---
  22. [INFO] Nothing to compile - all classes are up to date
  23. [INFO]
  24. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webtaxi ---
  25. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  26. [INFO] skip non existing resourceDirectory /home/bobrovozk/IdeaProjects/web-taxi/src/test/resources
  27. [INFO]
  28. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webtaxi ---
  29. [INFO] Nothing to compile - all classes are up to date
  30. [INFO]
  31. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ webtaxi ---
  32. [INFO] No tests to run.
  33. [INFO]
  34. [INFO] --- maven-bundle-plugin:4.1.0:bundle (bundle-manifest) @ webtaxi ---
  35. [WARNING] Bundle tech.ivoice.apps:webtaxi:jar:0.0.1-SNAPSHOT : Unused Import-Package instructions: [com.typesafe.config.*, scala.*, tech.ivoice.platform.fsm.*, tech.ivoice.platform.extension.*]
  36. [INFO]
  37. [INFO] --- maven-install-plugin:2.4:install (default-install) @ webtaxi ---
  38. [INFO] Installing /home/bobrovozk/IdeaProjects/web-taxi/target/webtaxi.jar to /home/bobrovozk/.m2/repository/tech/ivoice/apps/webtaxi/0.0.1-SNAPSHOT/webtaxi-0.0.1-SNAPSHOT.jar
  39. [INFO] Installing /home/bobrovozk/IdeaProjects/web-taxi/pom.xml to /home/bobrovozk/.m2/repository/tech/ivoice/apps/webtaxi/0.0.1-SNAPSHOT/webtaxi-0.0.1-SNAPSHOT.pom
  40. [INFO]
  41. [INFO] --- deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) @ webtaxi ---
  42. [INFO] ------------------------------------------------------------------------
  43. [INFO] BUILD FAILURE
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] Total time: 13.411 s
  46. [INFO] Finished at: 2019-02-20T16:58:18+07:00
  47. [INFO] Final Memory: 21M/363M
  48. [INFO] ------------------------------------------------------------------------
  49. [ERROR] Failed to execute goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) on project webtaxi: Execution deploy-to-server of goal tech.ivoice.apps:deploy-plugin:0.0.1-SNAPSHOT:deploy failed: Http server return error code: 500 -> [Help 1]
  50. [ERROR]
  51. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  52. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  53. [ERROR]
  54. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  55. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement