diff options
Diffstat (limited to 'catalog-fe/pom.xml')
-rw-r--r-- | catalog-fe/pom.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index a5ebc4b719..66f718a111 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -298,7 +298,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>2.6</version> <configuration> <archive> <manifest> @@ -318,7 +317,6 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>${jetty.version}</version> - <!--<version>9.0.6.v20130930</version>--> <configuration> <webApp> <contextPath>/</contextPath> @@ -331,7 +329,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.7</version> <configuration> <skip>true</skip> </configuration> @@ -340,7 +337,7 @@ <plugin> <groupId>com.jcabi</groupId> <artifactId>jcabi-maven-plugin</artifactId> - <version>${jcabi.plugin.version}</version> + <version>${jcabi.maven.plugin.version}</version> <executions> <execution> <goals> @@ -350,8 +347,8 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <id>clean.catalog.fe.folder</id> @@ -446,8 +443,8 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.0.2</version> <executions> <execution> <id>copy-resources-fe</id> @@ -478,10 +475,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>${fabric8.version}</version> - <configuration> - <verbose>true</verbose> <apiVersion>1.23</apiVersion> <registry>nexus3.onap.org:10001</registry> <authConfig> |