From 392ccdd20a9277bb42ca086fd2f40873f822e97a Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Sun, 2 Feb 2014 14:27:47 +0100 Subject: [PATCH] - fixed main class issue when starting with java -jar --- oce-main/oce-ui/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oce-main/oce-ui/pom.xml b/oce-main/oce-ui/pom.xml index ebc6d348f..60cb463f0 100644 --- a/oce-main/oce-ui/pom.xml +++ b/oce-main/oce-ui/pom.xml @@ -56,7 +56,7 @@ javafx-maven-plugin 2.0 - de.sebastianstenzel.oce.ui.MainWindow + ${exec.mainClass} @@ -68,7 +68,7 @@ ${javafx.version} ${exec.mainClass} - com/javafx/main/Main + ${exec.mainClass}