Skip to content

Instantly share code, notes, and snippets.

@cstamas
Created June 7, 2024 17:05
Show Gist options
  • Save cstamas/aacd00e7cdc902d23921c6698bdbab49 to your computer and use it in GitHub Desktop.
Save cstamas/aacd00e7cdc902d23921c6698bdbab49 to your computer and use it in GitHub Desktop.
[cstamas@angeleyes hello-javafx (main)]$ ~/Tools/maven/apache-maven-4.0.0-beta-4-SNAPSHOT/bin/mvn clean package
[INFO] Unable to find the root directory. Create a .mvn directory in the root directory or add the root="true" attribute on the root project's model to identify it.
[INFO] Scanning for projects...
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Hello JavaFX Project [pom]
[INFO] Hello JavaFX Module [jar]
[INFO]
[INFO] -----------------------------------------------< org.status6:hello-javafx >-----------------------------------------------
[INFO] Building Hello JavaFX Project 1.0.0 [1/2]
[INFO] from pom.xml
[INFO] ---------------------------------------------------------[ pom ]----------------------------------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ hello-javafx ---
[INFO] Deleting /home/cstamas/tmp/hello-javafx/target
[INFO]
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ hello-javafx ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO]
[INFO] --- source:3.3.1:jar (attach-sources) @ hello-javafx ---
[INFO] Copying org.status6:hello-javafx:pom:1.0.0 to project local repository
[INFO] Copying org.status6:hello-javafx:pom:consumer:1.0.0 to project local repository
[INFO]
[INFO] --------------------------------------------< org.status6.hello:hello-javafx >--------------------------------------------
[INFO] Building Hello JavaFX Module 1.0.0 [2/2]
[INFO] from org.status6.hello.javafx/pom.xml
[INFO] ---------------------------------------------------------[ jar ]----------------------------------------------------------
[INFO]
[INFO] --- clean:3.3.2:clean (default-clean) @ hello-javafx ---
[INFO] Deleting /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ hello-javafx ---
[INFO] skip non existing resourceDirectory /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/src/main/resources
[INFO] skip non existing resourceDirectory /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/src/main/resources-filtered
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ hello-javafx ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug release 21 module-path] to target/classes
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ hello-javafx ---
[INFO] skip non existing resourceDirectory /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/src/test/resources
[INFO] skip non existing resourceDirectory /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/src/test/resources-filtered
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ hello-javafx ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug release 21 module-path] to target/test-classes
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ hello-javafx ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.status6.hello.javafx.HelloTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.status6.hello.javafx.HelloTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jar:3.4.1:jar (default-jar) @ hello-javafx ---
[INFO] Building jar: /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/target/hello-javafx-1.0.0.jar
[INFO]
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ hello-javafx ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/src/main/java/org/status6/hello/javafx/Hello.java:29: warning: use of default constructor, which does not provide a comment
[WARNING] public class Hello extends Application {
[WARNING] ^
[WARNING] 1 warning
[INFO] Building jar: /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/target/hello-javafx-1.0.0-javadoc.jar
[INFO]
[INFO] --- source:3.3.1:jar (attach-sources) @ hello-javafx ---
[INFO] Building jar: /home/cstamas/tmp/hello-javafx/org.status6.hello.javafx/target/hello-javafx-1.0.0-sources.jar
[INFO] Copying org.status6.hello:hello-javafx:pom:1.0.0 to project local repository
[INFO] Copying org.status6.hello:hello-javafx:jar:1.0.0 to project local repository
[INFO] Copying org.status6.hello:hello-javafx:pom:consumer:1.0.0 to project local repository
[INFO] Copying org.status6.hello:hello-javafx:jar:javadoc:1.0.0 to project local repository
[INFO] Copying org.status6.hello:hello-javafx:jar:sources:1.0.0 to project local repository
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] Reactor Summary for Hello JavaFX Project 1.0.0:
[INFO]
[INFO] Hello JavaFX Project ................................................................................. SUCCESS [ 0.474 s]
[INFO] Hello JavaFX Module .................................................................................. SUCCESS [ 1.498 s]
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] --------------------------------------------------------------------------------------------------------------------------
[INFO] Total time: 2.080 s
[INFO] Finished at: 2024-06-07T19:05:44+02:00
[INFO] --------------------------------------------------------------------------------------------------------------------------
[cstamas@angeleyes hello-javafx (main %)]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment