Created
June 5, 2024 09:48
-
-
Save cstamas/288a773459ef026e1500699b7a109451 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 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] --- 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] The POM for org.openjfx:javafx-controls:jar:22.0.1 is invalid, transitive dependencies (if any) will not be available: 6 problems were encountered while building the effective model for org.openjfx:javafx-controls:22.0.1 | |
[FATAL] Duplicate activation for linux-x86_64 @ org.openjfx:javafx:22.0.1 | |
[FATAL] Duplicate activation for linux-aarch64 @ org.openjfx:javafx:22.0.1 | |
[FATAL] Duplicate activation for macosx-x86_64 @ org.openjfx:javafx:22.0.1 | |
[FATAL] Duplicate activation for macosx-aarch64 @ org.openjfx:javafx:22.0.1 | |
[FATAL] Duplicate activation for windows-x86_64 @ org.openjfx:javafx:22.0.1 | |
[FATAL] Duplicate activation for windows-x86 @ org.openjfx:javafx:22.0.1 | |
[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] Nothing to compile - all classes are up to date. | |
[INFO] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Man, you must have angel eyes that you spotted this...