Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----> Building on the Heroku-20 stack
- -----> Using buildpack: heroku/java
- -----> Java app detected
- -----> Installing JDK 15... done
- -----> Installing Maven 3.6.2... done
- -----> Executing Maven
- $ mvn -DskipTests clean dependency:list install
- [INFO] Scanning for projects...
- [INFO]
- [INFO] -------------------< org.example:CalciteDiscordBot >--------------------
- [INFO] Building CalciteDiscordBot 1.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ CalciteDiscordBot ---
- [INFO] Deleting /tmp/build_9b747b9c/target
- [INFO]
- [INFO] --- maven-dependency-plugin:2.8:list (default-cli) @ CalciteDiscordBot ---
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ CalciteDiscordBot ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] skip non existing resourceDirectory /tmp/build_9b747b9c/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ CalciteDiscordBot ---
- [INFO] Changes detected - recompiling the module!
- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
- [INFO] Compiling 21 source files to /tmp/build_9b747b9c/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ CalciteDiscordBot ---
- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] skip non existing resourceDirectory /tmp/build_9b747b9c/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ CalciteDiscordBot ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ CalciteDiscordBot ---
- [INFO] Tests are skipped.
- [INFO]
- [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ CalciteDiscordBot ---
- [INFO] Building jar: /tmp/build_9b747b9c/target/CalciteDiscordBot-1.0-SNAPSHOT.jar
- [INFO]
- [INFO] --- maven-install-plugin:2.4:install (default-install) @ CalciteDiscordBot ---
- [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
- [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
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 5.531 s
- [INFO] Finished at: 2021-03-22T20:55:31Z
- [INFO] ------------------------------------------------------------------------
- -----> Discovering process types
- Procfile declares types -> Worker
- -----> Compressing...
- Done: 76.7M
- -----> Launching...
- Released v9
- https://calcitediscordbot.herokuapp.com/ deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement