From ea2a48771fd05d259cdeacfd321f7b5ea0604256 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 29 Mar 2023 12:03:35 +0200 Subject: [PATCH] Closes #2829 --- pom.xml | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/pom.xml b/pom.xml index bc4b83d15..f81dbe0ac 100644 --- a/pom.xml +++ b/pom.xml @@ -317,41 +317,6 @@ - - org.codehaus.mojo - exec-maven-plugin - 3.1.0 - - - compile-light-theme - compile - - java - - - javafx.graphics/com.sun.javafx.css.parser.Css2Bin - - ${project.basedir}/src/main/resources/css/light_theme.css - ${project.build.outputDirectory}/css/light_theme.bss - - - - - compile-dark-theme - compile - - java - - - javafx.graphics/com.sun.javafx.css.parser.Css2Bin - - ${project.basedir}/src/main/resources/css/dark_theme.css - ${project.build.outputDirectory}/css/dark_theme.bss - - - - - org.apache.maven.plugins maven-jar-plugin