aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-fe/pom.xml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-06-20 11:07:13 +0300
committerMichael Lando <ml636r@att.com>2017-06-20 11:07:13 +0300
commitc61d224551e1696d08808d3e3b0941be67b4b0a8 (patch)
tree7c3a4424f3c6d4058799796515b3e8afcc3f6762 /catalog-fe/pom.xml
parent6e60006d2e22665b491d176ca9e91b74326bfabc (diff)
[sdc] update pom info
Change-Id: Ib2d64cbbc4d3efe8ee358a257ad681465f4450d8 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r--catalog-fe/pom.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index e5d4bdaf83..643bf733ab 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -442,13 +442,21 @@
<activeByDefault>false</activeByDefault>
</activation>
-
<build>
+ <finalName>${project.artifactId}-${project.version}</finalName>
+ </build>
+ </profile>
+
+ <profile>
+ <id>build</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
<finalName>${project.artifactId}-${full.release.version}</finalName>
-
+
<plugins>
-
<!-- ================================================== -->
<!-- Get the next versions from the properties file. -->
<!-- ================================================== -->
@@ -476,7 +484,6 @@
</build>
</profile>
-
<profile>
<id>Fortify</id>
<activation>