This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 7b929c8a84e8323e8a1d4abf8a002db56328c126 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Fri May 6 16:56:58 2022 +0200 Add a "main class" attribute for JavaFX application. --- application/sis-console/pom.xml | 1 - application/sis-javafx/pom.xml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/application/sis-console/pom.xml b/application/sis-console/pom.xml index 7dece055d0..050ab663db 100644 --- a/application/sis-console/pom.xml +++ b/application/sis-console/pom.xml @@ -81,7 +81,6 @@ </Automatic-Module-Name> </manifestEntries> </archive> - <skipIfEmpty>true</skipIfEmpty> </configuration> </plugin> </plugins> diff --git a/application/sis-javafx/pom.xml b/application/sis-javafx/pom.xml index 793db0e776..463c965cb3 100644 --- a/application/sis-javafx/pom.xml +++ b/application/sis-javafx/pom.xml @@ -108,6 +108,9 @@ <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> + <manifest> + <mainClass>org.apache.sis.gui.DataViewer</mainClass> + </manifest> <manifestEntries> <Automatic-Module-Name> org.apache.sis.gui