o Synced id and activation of integration-tests with core ITs

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@683662 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8345c02..029975a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,14 +91,7 @@
 
   <profiles>
     <profile>
-      <id>integration-tests</id>
-
-      <activation>
-        <property>
-          <name>skipTests</name>
-          <value>!true</value>
-        </property>
-      </activation>
+      <id>run-its</id>
 
       <properties>
         <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>