diff options
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r-- | catalog-fe/pom.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index e5d4bdaf83..4883978261 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -211,7 +211,7 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlets</artifactId> <version>${jetty.version}</version> - <scope>provided</scope> + <scope>compile</scope> </dependency> <!-- Proxy servlet --> @@ -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> |