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/10/01 23:59:36 UTC

svn commit: r1178097 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: olamy
Date: Sat Oct  1 21:59:36 2011
New Revision: 1178097

URL: http://svn.apache.org/viewvc?rev=1178097&view=rev
Log:
use site plugin 3.0

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1178097&r1=1178096&r2=1178097&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Oct  1 21:59:36 2011
@@ -62,7 +62,7 @@ under the License.
     <mavenVersion>2.0.6</mavenVersion>
     <checkstyleVersion>5.4</checkstyleVersion>
     <doxiaVersion>1.1.3</doxiaVersion>
-    <sitePluginVersion>2.1.1</sitePluginVersion>
+    <sitePluginVersion>3.0</sitePluginVersion>
   </properties>
 
   <dependencies>
@@ -341,18 +341,6 @@ under the License.
       </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-3</sitePluginVersion>
-      </properties>
-    </profile>
 
   </profiles>