summaryrefslogtreecommitdiffstats
path: root/integration-tests
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-24 21:42:01 +0200
committerSébastien Determe <sebastien.determe@intl.att.com>2020-08-24 19:43:02 +0000
commite6116e4e2b0e4937c875b8b8a05e42d6421ae68f (patch)
treef986f834070a95142be1c61272e85bf9c2c3176e /integration-tests
parentf5d816a73354bdc9954607d35e19e3505c6e4a7a (diff)
Add sdc startup in IT
Add profile to start/stop SDC and execute the tests independently Issue-ID: SDC-3232 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I505c4c3dc5476bf9d30fbbcc63c88a80514c8646
Diffstat (limited to 'integration-tests')
-rw-r--r--integration-tests/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index fe5a09f989..6906e400bd 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -203,7 +203,6 @@ limitations under the License.
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
- <inherited>false</inherited>
<executions>
<execution>
<phase>pre-integration-test</phase>
@@ -222,7 +221,6 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <inherited>false</inherited>
<executions>
<execution>
<id>reserve-port-for-tests</id>