diff --git a/ws/Archetypes/mi-maven-archetype-javafxml/pom.xml b/ws/Archetypes/mi-maven-archetype-javafxml/pom.xml index 03f991dbcd8466ea397105058e386c982c148794..8166926051c43fbbccda6cc9a4e36d82890a9984 100644 --- a/ws/Archetypes/mi-maven-archetype-javafxml/pom.xml +++ b/ws/Archetypes/mi-maven-archetype-javafxml/pom.xml @@ -1,19 +1,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <groupId>de.hdm-stuttgart.mi</groupId> - <artifactId>mi-maven-archetype-javafxml</artifactId> - <version>1.0</version> - <packaging>jar</packaging> - - <name>JavaFXml Basic Archetype</name> - - <description> - The JavaFX Basic Archetype provides core functionality for assembling JavaFX applications. - This archetype is derived from https://github.com/zonski/javafx-basic-archetype - </description> - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <groupId>de.hdm-stuttgart.mi</groupId> + <artifactId>mi-maven-archetype-javafxml</artifactId> + <version>1.0</version> + <packaging>jar</packaging> + <distributionManagement> <!-- This requires configurations in ~/.m2/settings.xml, see local settings.xml.template example file in overall git project root. --> @@ -23,6 +16,14 @@ </repository> </distributionManagement> + <name>JavaFXml Basic Archetype</name> + + <description> + The JavaFX Basic Archetype provides core functionality for assembling JavaFX applications. + This archetype is derived from https://github.com/zonski/javafx-basic-archetype + </description> + + <build> <extensions> <extension>