You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/04/15 04:49:35 UTC

svn commit: r648103 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Mon Apr 14 19:49:31 2008
New Revision: 648103

URL: http://svn.apache.org/viewvc?rev=648103&view=rev
Log:
JCR-663: Maven2 site modules and checkstyle
    - Added site settings for the Hudson build

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=648103&r1=648102&r2=648103&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Mon Apr 14 19:49:31 2008
@@ -163,6 +163,14 @@
     </pluginManagement>    
   </build>
 
+  <distributionManagement>
+    <site>
+      <id>jackrabbit.reports.site</id>
+      <name>Jackrabbit Reports Site</name>
+      <url>file:///export/home/jukka/jackrabbit</url>
+    </site>
+  </distributionManagement>
+
   <reporting>
     <plugins>
       <plugin>
@@ -196,7 +204,6 @@
       </plugin>
     </plugins>
   </reporting>
-
 
   <profiles>
     <!-- JCR-661: The antrun tools.jar dependency is not needed on macs -->