From e11d3c7eaed67644cef6285ca186f117e9ca4481 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 22 Dec 2017 20:15:11 +0000 Subject: [PATCH] Add tiles-parent --- checkstyle/pom.xml | 14 ++------------ compiler/pom.xml | 16 +++------------- pom.xml | 4 +--- tiles-parent/pom.xml | 29 +++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 28 deletions(-) create mode 100644 tiles-parent/pom.xml diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 469f402..9313f31 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -3,24 +3,14 @@ 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"> - kemitix-maven-tiles + tiles-parent net.kemitix.tiles 0.1.0-SNAPSHOT + ../tiles-parent/pom.xml 4.0.0 checkstyle-tile tile - - - - io.repaint.maven - tiles-maven-plugin - ${tiles-maven-plugin.version} - true - - - - diff --git a/compiler/pom.xml b/compiler/pom.xml index 204e7a4..c0d13f9 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -3,24 +3,14 @@ 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"> - kemitix-maven-tiles + tiles-parent net.kemitix.tiles 0.1.0-SNAPSHOT + ../tiles-parent/pom.xml 4.0.0 - tile compiler-tile - - - - - io.repaint.maven - tiles-maven-plugin - ${tiles-maven-plugin.version} - true - - - + tile diff --git a/pom.xml b/pom.xml index 9b710be..2af9c11 100644 --- a/pom.xml +++ b/pom.xml @@ -9,13 +9,11 @@ 0.1.0-SNAPSHOT pom - - 2.10 - checkstyle compiler + tiles-parent diff --git a/tiles-parent/pom.xml b/tiles-parent/pom.xml new file mode 100644 index 0000000..c39ebaf --- /dev/null +++ b/tiles-parent/pom.xml @@ -0,0 +1,29 @@ + + + + kemitix-maven-tiles + net.kemitix.tiles + 0.1.0-SNAPSHOT + + 4.0.0 + + tiles-parent + pom + + + 2.10 + + + + + + io.repaint.maven + tiles-maven-plugin + ${tiles-maven-plugin.version} + true + + + +