Use the same activation rule for all integration-tests in plugins builds (-Dintegration-tests=true)

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@682692 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1a30ba5..57a862e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,12 +93,6 @@
   <profiles>
     <profile>
       <id>integration-tests</id>
-      <activation>
-        <property>
-          <name>maven.test.skip</name>
-          <value>!true</value>
-        </property>
-      </activation>
 
       <properties>
         <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>