aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2019-04-11 16:07:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-11 16:07:32 +0000
commit8e97a15510366a8348e60aeae367f5c75cf82aac (patch)
treebaa77d80d9eb278dd0ffbe5350fecd66e1850246 /pom.xml
parentcc243a6656540f9c2c1c204cec3797429c41fb41 (diff)
parentc0247ec48aaa2fefb6a2c065d18b27d7c65e94ff (diff)
Merge "corrected inlucde filter for formatter"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 8a954e1fc7..90fa8d4e14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
+ <version>2.8</version>
+ <!-- This version supports the "deployAtEnd" parameter -->
<configuration>
<skip />
</configuration>
@@ -458,7 +459,7 @@
<sourceDirectory>${project.basedir}</sourceDirectory>
<configXmlFile>${base-path}/project-configs/code-tools/pom-format.properties</configXmlFile>
<includes>
- <include>${project.basedir}/pom.xml</include>
+ <include>pom.xml</include>
</includes>
</configuration>
</execution>
@@ -480,8 +481,8 @@
<configuration>
<skip>${format.skipValidate}</skip>
<configFile>${base-path}/project-configs/code-tools/pom-format.properties</configFile>
- <includes>
- <include>${project.basedir}/pom.xml</include>
+ <includes>
+ <include>pom.xml</include>
</includes>
</configuration>
</execution>
@@ -505,11 +506,15 @@
<skip>${docker.skip}</skip>
<skipBuild>${docker.skip.build}</skipBuild>
<skipPush>${docker.skip.push}</skipPush>
- <dockerHost>${docker.newHost}</dockerHost> <!-- 1. Update address to your local docker VM. 2. Add IP to your NO_PROXY environment variable -->
- <certPath>${docker.host.cert.path}</certPath><!-- Add -Ddocker.host.cert.pat="path to your local certs directory"
+ <dockerHost>${docker.newHost}</dockerHost>
+ <!-- 1. Update address to your local docker VM. 2. Add IP to your NO_PROXY environment variable -->
+ <certPath>${docker.host.cert.path}</certPath>
+ <!-- Add -Ddocker.host.cert.pat="path to your local certs directory"
to maven build command -->
- <pushRegistry>${dockerPushRepo}</pushRegistry> <!-- Update .m2/settings.xml Add server id settings.dockerRepository, username, and password -->
- <pullRegistry>${dockerPullRepo}</pullRegistry> <!-- If docker repo is not public. Update .m2/settings.xml Add server id settings.dockerRepository, username, and password -->
+ <pushRegistry>${dockerPushRepo}</pushRegistry>
+ <!-- Update .m2/settings.xml Add server id settings.dockerRepository, username, and password -->
+ <pullRegistry>${dockerPullRepo}</pullRegistry>
+ <!-- If docker repo is not public. Update .m2/settings.xml Add server id settings.dockerRepository, username, and password -->
<images>
<image>
<alias>service</alias>