From e04639759180ef3c9e75e14a4452fe733be8c991 Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Fri, 10 May 2019 13:51:03 +0200
Subject: [PATCH] Batch script renaming

---
 ws/Archetypes/maven-prototype-javafx/pom.xml                    | 2 +-
 .../src/main/resources/archetype-resources/pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ws/Archetypes/maven-prototype-javafx/pom.xml b/ws/Archetypes/maven-prototype-javafx/pom.xml
index 568e4963b..620d8a39e 100644
--- a/ws/Archetypes/maven-prototype-javafx/pom.xml
+++ b/ws/Archetypes/maven-prototype-javafx/pom.xml
@@ -63,7 +63,7 @@
                 <artifactId>javafx-maven-plugin</artifactId>
                 <version>0.0.2</version>
                 <configuration>
-                    <launcher>account</launcher>
+                    <launcher>maven-prototype-javafxdriver</launcher>
                     <mainClass>de.hdm_stuttgart.mi.sd2.GuiDriver</mainClass>
                 </configuration>
             </plugin>
diff --git a/ws/Archetypes/mi-maven-archetype-javafxml/src/main/resources/archetype-resources/pom.xml b/ws/Archetypes/mi-maven-archetype-javafxml/src/main/resources/archetype-resources/pom.xml
index 960588463..f0315c06e 100644
--- a/ws/Archetypes/mi-maven-archetype-javafxml/src/main/resources/archetype-resources/pom.xml
+++ b/ws/Archetypes/mi-maven-archetype-javafxml/src/main/resources/archetype-resources/pom.xml
@@ -63,7 +63,7 @@
                 <artifactId>javafx-maven-plugin</artifactId>
                 <version>0.0.2</version>
                 <configuration>
-                    <launcher>account</launcher>
+                    <launcher>${artifactId}driver</launcher>
                     <mainClass>${groupId}.GuiDriver</mainClass>
                 </configuration>
             </plugin>
-- 
GitLab