Remove useless code
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8e7f6aa..297b0a1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
                <modelVersion>4.0.0</modelVersion>
                <groupId>org.onap.clamp</groupId>
                <artifactId>clds</artifactId>
-               <version>3.0.3-SNAPSHOT</version>
+               <version>4.0.0-SNAPSHOT</version>
                <name>clamp</name>
 
                <parent>
                                                                                        <port>
                                                                                                <name>docker.http-cache.port.host</name>
                                                                                        </port>
+                                                                                       <port>
+                                                                                               <name>clamp.it.tests.http-redirected</name>
+                                                                                       </port>
                                                                                        <port>
                                                                                                <name>clamp.it.tests.https</name>
                                                                                        </port>
                                                                                <forkCount>1C</forkCount>
                                                                                <reuseForks>true</reuseForks>
                                                                                <useSystemClassLoader>false</useSystemClassLoader>
+                                                                               <argLine>${surefireArgLine}</argLine>
                                                                </configuration>
                                                </plugin>
 
                                                                                                                <forkCount>1</forkCount>
                                                                                                                <reuseForks>true</reuseForks>
                                                                                                                <useSystemClassLoader>false</useSystemClassLoader>
+                                                                                                               <argLine>${failsafeArgLine}</argLine>
                                                                                                </configuration>
                                                                                </execution>
                                                                </executions>
                                                                                                                                                                <mode>direct</mode>
                                                                                                                                                </tcp>
                                                                                                                                                <time>120000</time>
-                                                                                                                                               <kill>5000</kill>
                                                                                                                                </wait>
                                                                                                                                <ports>
                                                                                                                                                <port>${docker.http-cache.port.host}:8080</port>
                                                                <version>0.8.2</version>
                                                                <configuration>
                                                                                <dumpOnExit>true</dumpOnExit>
+                                                                               <append>true</append>
                                                                                <includes>
                                                                                                <include>org.onap.clamp.*</include>
                                                                                </includes>
-                                                                               <propertyName>surefireArgLine</propertyName>
                                                                </configuration>
                                                                <executions>
                                                                                <execution>
                                                                                                </goals>
                                                                                                <configuration>
                                                                                                                <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
+                                                                                                               <propertyName>surefireArgLine</propertyName>
                                                                                                                <!-- <append>true</append> -->
                                                                                                </configuration>
                                                                                </execution>
                                                                                                </goals>
                                                                                                <configuration>
                                                                                                                <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>
+                                                                                                               <propertyName>failsafeArgLine</propertyName>
                                                                                                                <!-- <append>true</append> -->
                                                                                                </configuration>
                                                                                </execution>