maven improvements and clean up
[sdc.git] / catalog-fe / pom.xml
index a5ebc4b..66f718a 100644 (file)
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-war-plugin</artifactId>
-                               <version>2.6</version>
                                <configuration>
                                        <archive>
                                                <manifest>
                                <groupId>org.eclipse.jetty</groupId>
                                <artifactId>jetty-maven-plugin</artifactId>
                                <version>${jetty.version}</version>
-                               <!--<version>9.0.6.v20130930</version>-->
                                <configuration>
                                        <webApp>
                                                <contextPath>/</contextPath>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <version>2.7</version>
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
                        <plugin>
                                <groupId>com.jcabi</groupId>
                                <artifactId>jcabi-maven-plugin</artifactId>
-                               <version>${jcabi.plugin.version}</version>
+                               <version>${jcabi.maven.plugin.version}</version>
                                <executions>
                                        <execution>
                                                <goals>
                                </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>
                        <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>
                                        <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>