You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/07 16:19:51 UTC

svn commit: r493740 - /velocity/site/tools/velocity-site-skin/pom.xml

Author: henning
Date: Sun Jan  7 07:19:51 2007
New Revision: 493740

URL: http://svn.apache.org/viewvc?view=rev&rev=493740
Log:
Skin has no home page, build the index automatically.


Modified:
    velocity/site/tools/velocity-site-skin/pom.xml

Modified: velocity/site/tools/velocity-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/velocity-site-skin/pom.xml?view=diff&rev=493740&r1=493739&r2=493740
==============================================================================
--- velocity/site/tools/velocity-site-skin/pom.xml (original)
+++ velocity/site/tools/velocity-site-skin/pom.xml Sun Jan  7 07:19:51 2007
@@ -41,6 +41,21 @@
   <inceptionYear>2006</inceptionYear>
   <packaging>jar</packaging>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
   <build>
     <defaultGoal>install</defaultGoal>
     <resources>