Use "integrationtest" as the IT profile in maven 93/8393/1
authorDave Tucker <djt@redhat.com>
Fri, 27 Jun 2014 00:27:06 +0000 (01:27 +0100)
committerDave Tucker <djt@redhat.com>
Fri, 27 Jun 2014 00:27:06 +0000 (01:27 +0100)
Fix the pom to use "integrationtest" as the IT profile name
This runs both Pax Exam IT and OVS IT in the same profile.

Change-Id: Ic0d5f877ea5b0315f2e6ccec137f656d8bf11fab
Signed-off-by: Dave Tucker <djt@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index c43c3392042cb912fc7e7fa47578d675d405c279..0ab3fdfa90d1c511f9d9cf0833a34b7231b406a1 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </modules>
   <profiles>
     <profile>
-      <id>integrationtests</id>
+      <id>integrationtest</id>
       <activation>
         <activeByDefault>false</activeByDefault>
       </activation>