diff options
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 13 |
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> |