Author: vmassol
Date: 2008-02-12 13:11:33 +0100 (Tue, 12 Feb 2008)
New Revision: 7539

Modified:
   xwiki-platform/pom/trunk/pom.xml
Log:
XWIKI-1665: Build and deploy Maven site on our CI server

* Modified top level POM to specify where the site will be uploaded and 
configured the javadoc report to be included in the site generation


Modified: xwiki-platform/pom/trunk/pom.xml
===================================================================
--- xwiki-platform/pom/trunk/pom.xml    2008-02-12 11:35:24 UTC (rev 7538)
+++ xwiki-platform/pom/trunk/pom.xml    2008-02-12 12:11:33 UTC (rev 7539)
@@ -229,6 +229,14 @@
       </plugins>
     </pluginManagement>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
   <profiles>
     <profile>
       <id>hsqldb</id>
@@ -298,6 +306,10 @@
     </profile>
   </profiles>
   <distributionManagement>
+    <site>
+      <id>maven.xwiki.org</id>
+      <url>scp://maven.xwiki.org/home/maven/public_html/site</url>
+    </site>
     <repository>
       <id>maven.xwiki.org</id>
       <name>XWiki Maven2 Remote Repository for Releases</name>

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to