-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Has anyone tried building the latest Phoebus product for Windows OS?
mvn clean install -DskipTests=true -Djavafx.platform=win -Dmaven.javadoc.skip=true
The above command doesn't build zip but tar.gz.
The command mvn clean install -DskipTests=true -Djavafx.platform=windows -Dmaven.javadoc.skip=true throws the error below.
[ERROR] Failed to execute goal on project phoebus-target: Could not resolve dependencies for project org.phoebus:phoebus-target:jar:4.7.3-SNAPSHOT: The following artifacts could not be resolved: org.openjfx:javafx-controls:jar:windows:19, org.openjfx:javafx-graphics:jar:windows:19, org.openjfx:javafx-base:jar:windows:19, org.openjfx:javafx-web:jar:windows:19, org.openjfx:javafx-media:jar:windows:19, org.openjfx:javafx-swing:jar:windows:19, org.openjfx:javafx-fxml:jar:windows:19: Could not find artifact org.openjfx:javafx-controls:jar:windows:19 in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) -> [Help 1]