Skip to content

Instantly share code, notes, and snippets.

@khmarbaise
Created November 5, 2019 14:33
Show Gist options
  • Save khmarbaise/f896a5dc65d70969081580329d6a6481 to your computer and use it in GitHub Desktop.
Save khmarbaise/f896a5dc65d70969081580329d6a6481 to your computer and use it in GitHub Desktop.
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00)
Maven home: /Users/khmarbaise/tools/maven
Java version: 13.0.1, vendor: AdoptOpenJDK, runtime: /Users/khmarbaise/tools/jdk-13.0.1+9/Contents/Home
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"
xxx$ mvn clean test
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------------< wtf.g4s8:oot >----------------------------
[INFO] Building oot 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oot ---
[INFO] Deleting /Users/khmarbaise/ws-git-so/xxx/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ oot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/khmarbaise/ws-git-so/xxx/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ oot ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ oot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/khmarbaise/ws-git-so/xxx/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ oot ---
[INFO] Compiling 1 source file to /Users/khmarbaise/ws-git-so/xxx/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M3:test (default-test) @ oot ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running first.FirstTest
true = true
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in first.FirstTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.974 s
[INFO] Finished at: 2019-11-05T15:32:39+01:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment