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 2013/12/01 00:07:11 UTC

svn commit: r1546771 - in /incubator/vxquery/trunk/vxquery: pom.xml vxquery-benchmark/pom.xml vxquery-cli/pom.xml vxquery-core/pom.xml vxquery-xtest/pom.xml

Author: tillw
Date: Sat Nov 30 23:07:11 2013
New Revision: 1546771

URL: http://svn.apache.org/r1546771
Log:
give more memory to javadoc plugin
add distributionManagement to vxquery-benchmark


Modified:
    incubator/vxquery/trunk/vxquery/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-benchmark/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml
    incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml

Modified: incubator/vxquery/trunk/vxquery/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/pom.xml?rev=1546771&r1=1546770&r2=1546771&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/pom.xml Sat Nov 30 23:07:11 2013
@@ -241,10 +241,6 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.9</version>
-          <configuration>
-            <notimestamp>true</notimestamp>
-            <maxmemory>1024m</maxmemory>
-          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -285,6 +281,7 @@
         </executions>
         <configuration>
           <notimestamp>true</notimestamp>
+          <maxmemory>2g</maxmemory>
         </configuration>
       </plugin>
       <plugin>
@@ -384,6 +381,10 @@
         <inherited>true</inherited>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <notimestamp>true</notimestamp>
+          <maxmemory>2g</maxmemory>
+        </configuration>
       </plugin>
     </plugins>
   </reporting>

Modified: incubator/vxquery/trunk/vxquery/vxquery-benchmark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-benchmark/pom.xml?rev=1546771&r1=1546770&r2=1546771&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-benchmark/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-benchmark/pom.xml Sat Nov 30 23:07:11 2013
@@ -29,6 +29,14 @@
   <name>VXQuery Benchmark</name>
   <description>Apache VXQuery Benchmark</description>
 
+  <distributionManagement>
+    <site>
+      <id>vxquery.website</id>
+      <name>VXQuery Website</name>
+      <url>file:../../site/vxquery-benchmark/</url>
+    </site>
+  </distributionManagement>
+
   <build>
     <plugins>
       <plugin>

Modified: incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml?rev=1546771&r1=1546770&r2=1546771&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-cli/pom.xml Sat Nov 30 23:07:11 2013
@@ -144,9 +144,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9</version>
         <configuration>
           <notimestamp>true</notimestamp>
+          <maxmemory>2g</maxmemory>
         </configuration>
       </plugin>
     </plugins>

Modified: incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml?rev=1546771&r1=1546770&r2=1546771&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-core/pom.xml Sat Nov 30 23:07:11 2013
@@ -312,6 +312,7 @@
         <version>2.9</version>
         <configuration>
           <notimestamp>true</notimestamp>
+          <maxmemory>2g</maxmemory>
         </configuration>
       </plugin>
     </plugins>

Modified: incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml?rev=1546771&r1=1546770&r2=1546771&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-xtest/pom.xml Sat Nov 30 23:07:11 2013
@@ -136,9 +136,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.9</version>
         <configuration>
           <notimestamp>true</notimestamp>
+          <maxmemory>2g</maxmemory>
         </configuration>
       </plugin>
     </plugins>