From 649585b88b758d5c3e702446385ffe733ceea824 Mon Sep 17 00:00:00 2001 From: Dmitry Puzikov Date: Thu, 15 Aug 2019 13:45:56 +0200 Subject: Created maven modules for aai-common docker images. aai-common and aai-haproxy docker images can be build with maven. Change-Id: Iffbc2f4984316e3acc35558bdde0dbea76388ada Issue-ID: INT-1023 Signed-off-by: Dmitry Puzikov --- pom.xml | 55 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 23 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 222c8e12..112aed78 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,15 @@ aai-utils + + + docker + + aai-common-docker + + + + true /content/sites/site/org/onap/aai/aai-common/${project.artifactId}/${project.version} @@ -61,34 +70,34 @@ Using https://code.revelc.net/formatter-maven-plugin/ for Eclipse formatter Using https://github.com/diffplug/spotless/tree/master/plugin-maven for import order Use in combination to rewrite code and imports, then checkstyle - + mvn formatter:format spotless:apply process-sources --> - net.revelc.code.formatter - formatter-maven-plugin - 2.8.1 - + net.revelc.code.formatter + formatter-maven-plugin + 2.8.1 + ${project.parent.basedir}/onap-java-formatter.xml - - - + + + - com.diffplug.spotless - spotless-maven-plugin - 1.18.0 - - - - com,java,javax,org - - - - + com.diffplug.spotless + spotless-maven-plugin + 1.18.0 + + + + com,java,javax,org + + + + org.apache.maven.plugins -- cgit 1.2.3-korg