You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/08/25 18:17:24 UTC

svn commit: r1517329 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: hboutemy
Date: Sun Aug 25 16:17:24 2013
New Revision: 1517329

URL: http://svn.apache.org/r1517329
Log:
no need for Maven 3 profile now that m-site-p is compatible with Maven 2 and 3

Modified:
    maven/plugins/trunk/maven-invoker-plugin/pom.xml

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1517329&r1=1517328&r2=1517329&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Sun Aug 25 16:17:24 2013
@@ -326,7 +326,7 @@ under the License.
     <profile>
       <id>run-its</id>
       <properties>
-        <sitePluginVersion>3.1</sitePluginVersion>
+        <sitePluginVersion>3.3</sitePluginVersion>
       </properties>
       <build>
         <pluginManagement>
@@ -357,17 +357,5 @@ under the License.
 
       </build>
     </profile>
-    <profile>
-      <id>maven-3</id>
-      <activation>
-        <file>
-          <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
-          <exists>${basedir}</exists>
-        </file>
-      </activation>
-      <properties>
-        <sitePluginVersion>3.3</sitePluginVersion>
-      </properties>
-    </profile>
   </profiles>
 </project>