Skip to content

Instantly share code, notes, and snippets.

@gnodet
Created October 16, 2024 09:47
Show Gist options
  • Save gnodet/3053aef3dc2866c04322c0df3f261ba4 to your computer and use it in GitHub Desktop.
Save gnodet/3053aef3dc2866c04322c0df3f261ba4 to your computer and use it in GitHub Desktop.
➜ MNG-8041 git:(main) ~/work/git/maven/apache-maven/target/apache-maven-4.0.0-beta-5-SNAPSHOT/bin/mvn org.gnodet.test:test-mojo:1.0-SNAPSHOT:static-tree
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------------------------------< org.cstamas.test:guice-guava >---------------------------------------------
[INFO] Building guice-guava 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] ---------------------------------------------------------[ jar ]----------------------------------------------------------
[INFO]
[INFO] --- test:1.0-SNAPSHOT:static-tree (default-cli) @ guice-guava ---
org.cstamas.test:guice-guava:pom:1.0-SNAPSHOT
aopalliance:aopalliance:jar:1.0 (provided)
com.google.inject:guice:jar:6.0.0 (compile)
javax.inject:javax.inject:jar:1 (compile)
jakarta.inject:jakarta.inject-api:jar:2.0.1 (compile)
com.google.guava:guava:jar:31.0.1-jre (test)
com.google.guava:failureaccess:jar:1.0.1 (test)
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (test)
com.google.code.findbugs:jsr305:jar:3.0.2 (test)
org.checkerframework:checker-qual:jar:3.12.0 (test)
com.google.errorprone:error_prone_annotations:jar:2.7.1 (test)
com.google.j2objc:j2objc-annotations:jar:1.3 (test)
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] Total time: 0.241 s
[INFO] Finished at: 2024-10-16T11:46:33+02:00
[INFO] --------------------------------------------------------------------------------------------------------------------------
➜ MNG-8041 git:(main) ~/work/git/maven/apache-maven/target/apache-maven-4.0.0-beta-5-SNAPSHOT/bin/mvn org.gnodet.test:test-mojo:1.0-SNAPSHOT:static-tree -f downstream
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------------------------< org.cstamas.test:guice-guava-downstream >----------------------------------------
[INFO] Building guice-guava-downstream 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] ---------------------------------------------------------[ jar ]----------------------------------------------------------
[INFO]
[INFO] --- test:1.0-SNAPSHOT:static-tree (default-cli) @ guice-guava-downstream ---
org.cstamas.test:guice-guava-downstream:pom:1.0-SNAPSHOT
org.cstamas.test:guice-guava:jar:1.0-SNAPSHOT (compile)
com.google.inject:guice:jar:6.0.0 (compile)
javax.inject:javax.inject:jar:1 (compile)
jakarta.inject:jakarta.inject-api:jar:2.0.1 (compile)
aopalliance:aopalliance:jar:1.0 (compile)
com.google.guava:guava:jar:31.0.1-jre (compile)
com.google.guava:failureaccess:jar:1.0.1 (compile)
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava (compile)
com.google.code.findbugs:jsr305:jar:3.0.1 (compile?)
org.checkerframework:checker-qual:jar:3.12.0 (compile)
com.google.errorprone:error_prone_annotations:jar:2.18.0 (compile)
com.google.j2objc:j2objc-annotations:jar:1.3 (compile)
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] Total time: 0.262 s
[INFO] Finished at: 2024-10-16T11:46:37+02:00
[INFO] --------------------------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment