You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by ti...@apache.org on 2012/07/31 04:10:29 UTC

svn commit: r1367389 - /incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml

Author: tillw
Date: Tue Jul 31 02:10:29 2012
New Revision: 1367389

URL: http://svn.apache.org/viewvc?rev=1367389&view=rev
Log:
add plugins for site generation

Modified:
    incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml

Modified: incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml?rev=1367389&r1=1367388&r2=1367389&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml Tue Jul 31 02:10:29 2012
@@ -66,6 +66,16 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.0</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.7</version>
+      </plugin>
     </plugins>
   </build>
   
@@ -97,6 +107,28 @@
   
   <reporting>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.4</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+              <report>dependencies</report>
+              <report>plugins</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+        <configuration>
+            <linkOnly>true</linkOnly>
+        </configuration>            
+      </plugin>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <version>0.7</version>
+      </plugin>
     </plugins>
   </reporting>