issues
search
openjfx
/
javafx-maven-plugin
Maven plugin to run JavaFX 11+ applications
Apache License 2.0
371
stars
59
forks
source link
Respect includePathExceptionsInClasspath also if no module-info.java is provided
#163
Open
martinleim
opened
1 year ago
martinleim
commented
1 year ago
This PR fixes openjfx/javafx-maven-plugin#62:
moves the addition of path exceptions to classpath outside of the block that only executes if the JavaFX app contains a
module-info.java
fixes a wrong path in unit tests which caused the build to fail under Windows
This PR fixes openjfx/javafx-maven-plugin#62:
module-info.java