You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2014/02/23 18:51:21 UTC

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

Author: michaelo
Date: Sun Feb 23 17:51:21 2014
New Revision: 1571033

URL: http://svn.apache.org/r1571033
Log:
Update MPIR to 2.7 as well due ue Aether and Maven 3.1 problems.

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=1571033&r1=1571032&r2=1571033&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Feb 23 17:51:21 2014
@@ -61,7 +61,6 @@ under the License.
     <mavenVersion>2.2.1</mavenVersion>
     <checkstyleVersion>5.7</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
-    <!-- Used only by ITs -->
     <sitePluginVersion>3.3</sitePluginVersion>
     <!-- Used only by dependency on maven-plugin-annotations -->
     <mavenPluginVersion>3.2</mavenPluginVersion>
@@ -302,6 +301,15 @@ under the License.
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
   <profiles>
     <profile>
       <id>run-its</id>
@@ -367,8 +375,6 @@ under the License.
         </plugins>
       </reporting>
     </profile>
-
-
   </profiles>
 
 </project>