Created
June 7, 2024 16:42
-
-
Save cstamas/165a610b233f4c03e381a0a2697903eb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[cstamas@angeleyes hello-javafx (main)]$ ~/Tools/maven/apache-maven-3.9.8-SNAPSHOT/bin/mvn clean package | |
[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] | |
[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) > generate-sources @ hello-javafx >>> | |
[INFO] | |
[INFO] <<< source:3.3.1:jar (attach-sources) < generate-sources @ hello-javafx <<< | |
[INFO] | |
[INFO] | |
[INFO] --- source:3.3.1:jar (attach-sources) @ hello-javafx --- | |
[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 ]--------------------------------- | |
[WARNING] 6 problems were encountered while building the effective model for org.openjfx:javafx-controls:jar:22.0.1 | |
[WARNING] 6 problems were encountered while building the effective model for org.openjfx:javafx-controls:jar:linux:22.0.1 | |
[WARNING] 6 problems were encountered while building the effective model for org.openjfx:javafx-graphics:jar:22.0.1 | |
[WARNING] 6 problems were encountered while building the effective model for org.openjfx:javafx-graphics:jar:linux:22.0.1 | |
[WARNING] 6 problems were encountered while building the effective model for org.openjfx:javafx-base:jar:22.0.1 | |
[WARNING] 6 problems were encountered while building the effective model for org.openjfx:javafx-base:jar:linux:22.0.1 | |
[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] | |
[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] | |
[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.024 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) > generate-sources @ hello-javafx >>> | |
[INFO] | |
[INFO] <<< source:3.3.1:jar (attach-sources) < generate-sources @ hello-javafx <<< | |
[INFO] | |
[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] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary for Hello JavaFX Project 1.0.0: | |
[INFO] | |
[INFO] Hello JavaFX Project ............................... SUCCESS [ 0.412 s] | |
[INFO] Hello JavaFX Module ................................ SUCCESS [ 1.457 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 1.914 s | |
[INFO] Finished at: 2024-06-07T18:42:28+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