From c0247ec48aaa2fefb6a2c065d18b27d7c65e94ff Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Thu, 11 Apr 2019 10:34:45 -0400 Subject: corrected inlucde filter for formatter all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) --- pom.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8a954e1fc7..90fa8d4e14 100644 --- a/pom.xml +++ b/pom.xml @@ -224,7 +224,8 @@ org.apache.maven.plugins maven-deploy-plugin - 2.8 + 2.8 + @@ -458,7 +459,7 @@ ${project.basedir} ${base-path}/project-configs/code-tools/pom-format.properties - ${project.basedir}/pom.xml + pom.xml @@ -480,8 +481,8 @@ ${format.skipValidate} ${base-path}/project-configs/code-tools/pom-format.properties - - ${project.basedir}/pom.xml + + pom.xml @@ -505,11 +506,15 @@ ${docker.skip} ${docker.skip.build} ${docker.skip.push} - ${docker.newHost} - ${docker.host.cert.path} + ${docker.host.cert.path} + - ${dockerPushRepo} - ${dockerPullRepo} + ${dockerPushRepo} + + ${dockerPullRepo} + service -- cgit 1.2.3-korg