You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/03/14 06:52:14 UTC

svn commit: r1456335 - /hbase/branches/0.94/pom.xml

Author: stack
Date: Thu Mar 14 05:52:13 2013
New Revision: 1456335

URL: http://svn.apache.org/r1456335
Log:
HBASE-8103 Fix pom so 0.94 can generate site reports

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1456335&r1=1456334&r2=1456335&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu Mar 14 05:52:13 2013
@@ -383,7 +383,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0.1</version>
+          <version>3.2</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -567,6 +567,14 @@
 
     <plugins>
       <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <inputEncoding>UTF-8</inputEncoding>
+          <outputEncoding>UTF-8</outputEncoding>
+          <templateFile>src/site/site.vm</templateFile>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.apache.avro</groupId>
         <artifactId>avro-maven-plugin</artifactId>
         <executions>
@@ -2433,7 +2441,7 @@ MAVEN_OPTS=-Xmx2048m mvn clean test -Pcl
     <plugins>
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.1.2</version>
+        <version>2.6</version>
         <reportSets>
           <reportSet>
             <reports>
@@ -2450,15 +2458,6 @@ MAVEN_OPTS=-Xmx2048m mvn clean test -Pcl
 
       </plugin>
       <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>2.0.1</version>
-        <configuration>
-          <inputEncoding>UTF-8</inputEncoding>
-          <outputEncoding>UTF-8</outputEncoding>
-          <templateFile>src/site/site.vm</templateFile>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.6.1</version>
         <configuration>