summaryrefslogtreecommitdiffstats
path: root/catalog-be
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be')
-rw-r--r--catalog-be/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 6f35b3a5a1..99b14b0819 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -869,8 +869,19 @@
<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>
<plugin>