Author: michaelo
Date: Sun Feb 23 16:06:26 2014
New Revision: 1571022

URL: http://svn.apache.org/r1571022
Log:
Use Maven Site Plugin 3.3 because 3.2 fails with Aether problem with Maven 
3.1.x.

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=1571022&r1=1571021&r2=1571022&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Feb 23 16:06:26 2014
@@ -270,6 +270,10 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>${sitePluginVersion}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>


Reply via email to