maven improvements and clean up
[sdc.git] / test-apis-ci / pom.xml
index d617634..ac3cdd7 100644 (file)
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
         </dependency>
-        <!--<dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-core</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest-library</artifactId>
-            <version>1.3</version>
-            <scope>test</scope>
-        </dependency>-->
+
         <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest-all</artifactId>
             <scope>compile</scope>
         </dependency>
 
-        <!--   <dependency>
-                <groupId>org.openecomp.sdc</groupId>
-                <artifactId>dmaap-publisher</artifactId>
-                <version>1.0.0</version>
-                <scope>provided</scope>
-            </dependency>-->
-
         <dependency>
             <groupId>org.openecomp.sdc</groupId>
             <artifactId>common-app-api</artifactId>
 
     <build>
         <plugins>
-
-            <!-- ============================================= -->
-            <!-- Get the next build number -->
-            <!-- ============================================= -->
-            <!--<plugin> -->
-            <!--<groupId>org.codehaus.mojo</groupId> -->
-            <!--<artifactId>properties-maven-plugin</artifactId> -->
-            <!--<version>1.0-alpha-1</version> -->
-            <!--<inherited>false</inherited> -->
-
-            <!--<executions> -->
-            <!--<execution> -->
-            <!--<id>tests</id> -->
-            <!--<phase>initialize</phase> -->
-            <!--<goals> -->
-            <!--<goal>read-project-properties</goal> -->
-            <!--</goals> -->
-
-            <!--<configuration> -->
-            <!--<files> -->
-            <!--<file>../target/FullReleaseVersion.properties</file> -->
-            <!--</files> -->
-            <!--</configuration> -->
-            <!--</execution> -->
-            <!--</executions> -->
-            <!--</plugin> -->
-
-
-
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-clean-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
-                        <id>clean.tosca.chef.os.folder</id>
+                        <id>clean.testsuit.folder</id>
                         <phase>clean</phase>
                         <goals>
                             <goal>clean</goal>
                         </goals>
                         <configuration>
                             <filesets>
-
                                 <!-- Sanity jar -->
                                 <fileset>
                                     <directory>${project.basedir}/sdc-api-tests</directory>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
-                <version>2.7</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>
         <build>
             <plugins>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>3.0.2</version>
                     <executions>
                         <execution>
                             <id>copy-tests-suites</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>