Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. -----> Building on the Heroku-20 stack
  2. -----> Using buildpack: heroku/java
  3. -----> Java app detected
  4. -----> Installing JDK 15... done
  5. -----> Installing Maven 3.6.2... done
  6. -----> Executing Maven
  7. $ mvn -DskipTests clean dependency:list install
  8. [INFO] Scanning for projects...
  9. [INFO]
  10. [INFO] -------------------< org.example:CalciteDiscordBot >--------------------
  11. [INFO] Building CalciteDiscordBot 1.0-SNAPSHOT
  12. [INFO] --------------------------------[ jar ]---------------------------------
  13. [INFO]
  14. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ CalciteDiscordBot ---
  15. [INFO] Deleting /tmp/build_9b747b9c/target
  16. [INFO]
  17. [INFO] --- maven-dependency-plugin:2.8:list (default-cli) @ CalciteDiscordBot ---
  18. [INFO]
  19. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CalciteDiscordBot ---
  20. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  21. [INFO] skip non existing resourceDirectory /tmp/build_9b747b9c/src/main/resources
  22. [INFO]
  23. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ CalciteDiscordBot ---
  24. [INFO] Changes detected - recompiling the module!
  25. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  26. [INFO] Compiling 21 source files to /tmp/build_9b747b9c/target/classes
  27. [INFO]
  28. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CalciteDiscordBot ---
  29. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  30. [INFO] skip non existing resourceDirectory /tmp/build_9b747b9c/src/test/resources
  31. [INFO]
  32. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ CalciteDiscordBot ---
  33. [INFO] No sources to compile
  34. [INFO]
  35. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ CalciteDiscordBot ---
  36. [INFO] Tests are skipped.
  37. [INFO]
  38. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ CalciteDiscordBot ---
  39. [INFO] Building jar: /tmp/build_9b747b9c/target/CalciteDiscordBot-1.0-SNAPSHOT.jar
  40. [INFO]
  41. [INFO] --- maven-install-plugin:2.4:install (default-install) @ CalciteDiscordBot ---
  42. [INFO] Installing /tmp/build_9b747b9c/target/CalciteDiscordBot-1.0-SNAPSHOT.jar to /tmp/codon/tmp/cache/.m2/repository/org/example/CalciteDiscordBot/1.0-SNAPSHOT/CalciteDiscordBot-1.0-SNAPSHOT.jar
  43. [INFO] Installing /tmp/build_9b747b9c/pom.xml to /tmp/codon/tmp/cache/.m2/repository/org/example/CalciteDiscordBot/1.0-SNAPSHOT/CalciteDiscordBot-1.0-SNAPSHOT.pom
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] BUILD SUCCESS
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Total time: 5.531 s
  48. [INFO] Finished at: 2021-03-22T20:55:31Z
  49. [INFO] ------------------------------------------------------------------------
  50. -----> Discovering process types
  51. Procfile declares types -> Worker
  52. -----> Compressing...
  53. Done: 76.7M
  54. -----> Launching...
  55. Released v9
  56. https://calcitediscordbot.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement