From dd25fe2a06dfa9df3cffcc9ac3851d69c9c2542a Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Sun, 19 Jun 2016 19:05:05 +0200 Subject: [PATCH] Adding publishing support --- .../mi-maven-archetype-javafxml/pom.xml | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/ws/Archetypes/mi-maven-archetype-javafxml/pom.xml b/ws/Archetypes/mi-maven-archetype-javafxml/pom.xml index 03f991dbc..816692605 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> -- GitLab