Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bobrovozk@bobrovozka-VPCEH1Z1R:~/IdeaProjects/web-taxi$ mvn deploy -P install-testing-tel
- ^[[INFO] Scanning for projects...
- [WARNING]
- [WARNING] Some problems were encountered while building the effective model for tech.ivoice.apps:webtaxi:jar:0.0.1-SNAPSHOT
- [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
- [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
- [WARNING]
- [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
- [WARNING]
- [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
- [WARNING]
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building webtaxi 0.0.1-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ webtaxi ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 0 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ webtaxi ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ webtaxi ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] skip non existing resourceDirectory /home/bobrovozk/IdeaProjects/web-taxi/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ webtaxi ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ webtaxi ---
- [INFO] No tests to run.
- [INFO]
- [INFO] --- maven-bundle-plugin:4.1.0:bundle (bundle-manifest) @ webtaxi ---
- [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.*]
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ webtaxi ---
- [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
- [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
- [INFO]
- [INFO] --- deploy-plugin:0.0.1-SNAPSHOT:deploy (deploy-to-server) @ webtaxi ---
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 13.411 s
- [INFO] Finished at: 2019-02-20T16:58:18+07:00
- [INFO] Final Memory: 21M/363M
- [INFO] ------------------------------------------------------------------------
- [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]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement