From adf6573429d863ebb3d92c76443e7cc7684ef468 Mon Sep 17 00:00:00 2001 From: MK13 Date: Mon, 10 Jun 2019 12:40:49 +0200 Subject: [PATCH] Add parent module financer-parent Rework POM structure: - Move general profiles to new parent - Add dependency management for project dependencies - Move general properties to new parent - Alo remove version numbers from child modules, so versioning is now done via parent --- pom.xml | 66 ++++----------------------------------------------------- 1 file changed, 4 insertions(+), 62 deletions(-) diff --git a/pom.xml b/pom.xml index 7749fcc..d0c9888 100644 --- a/pom.xml +++ b/pom.xml @@ -5,31 +5,21 @@ 4.0.0 - org.springframework.boot - spring-boot-starter-parent - 2.1.2.RELEASE - + de.77zzcx7.financer + financer-parent + 6-SNAPSHOT + ../financer-parent de.77zzcx7.financer financer-server - - 6-SNAPSHOT ${packaging.type} The server part of the financer application - a simple app to manage your personal finances financer-server - UTF-8 - 1.9 - 1.9 - 1.9 jar hsqldb,dev - - 000006 @@ -57,7 +47,6 @@ org.apache.commons commons-collections4 - 4.3 @@ -96,30 +85,10 @@ junit junit - 4.12 test - - ${project.artifactId} - - - org.springframework.boot - spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*IntegrationTest - - - - - - @@ -134,33 +103,6 @@ - - integration-tests - - - - maven-surefire-plugin - - - integration-test - - test - - - - none - - - **/*IntegrationTest - - - - - - - - - build-war