summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorms236b <ms236B@att.com>2019-04-08 14:08:50 -0400
committerVijay Venkatesh Kumar <vv770d@att.com>2019-04-10 18:46:29 +0000
commitc3be58f099e0a46c688fb093fb72c042ff3cc87d (patch)
tree845ef3bc4efd9607feecbec3107eb666c2a781de /pom.xml
parent57aced65008ab5d1576cf0e899a796e08e7e9d0f (diff)
Fixed issues with deployment
Local code coverage is 56.9%. Fixed deployment issues for bp generator and tags/format Issue-ID: DCAEGEN2-1125 Change-Id: Ibe48c1e3fa887904594b9f4d04d10401b6323188 Signed-off-by: ms236b <ms236B@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d67457a..36ea89e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<skip>true</skip>
</configuration>
</plugin>
+
<!-- maven-jar-plugin is called during "compile" phase by default behavior. we do not need it -->
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -127,7 +128,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<version>1.2.1</version>
<configuration>
<executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable>
- <environmentVariables> -->
+ <environmentVariables>
<!-- make mvn properties as env for our script -->
<!-- make mvn properties as env for our script -->
<MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID>