You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/08/18 12:27:59 UTC

svn commit: r1159143 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: olamy
Date: Thu Aug 18 10:27:59 2011
New Revision: 1159143

URL: http://svn.apache.org/viewvc?rev=1159143&view=rev
Log:
no more need of profile for site-plugin version 3.0 works works with all maven

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

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1159143&r1=1159142&r2=1159143&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Thu Aug 18 10:27:59 2011
@@ -64,7 +64,7 @@ under the License.
   <properties>
     <mavenVersion>2.0.6</mavenVersion>
     <doxiaVersion>1.1.3</doxiaVersion>
-    <sitePluginVersion>2.1.1</sitePluginVersion>
+    <sitePluginVersion>3.0</sitePluginVersion>
   </properties>
 
   <dependencies>
@@ -237,17 +237,5 @@ under the License.
         </plugins>
       </reporting>
     </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.0-beta-2</sitePluginVersion>
-      </properties>
-    </profile>
   </profiles>
 </project>