Author: sklevenz
Date: Sun Mar  7 12:38:35 2010
New Revision: 919980

URL: http://svn.apache.org/viewvc?rev=919980&view=rev
Log:
disabling of FIT sub module because of build problems at Hudson zones
Apache parent POM added - required to publish build artifacts to Nexus 
repository

Modified:
    incubator/chemistry/trunk/opencmis/pom.xml

Modified: incubator/chemistry/trunk/opencmis/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/chemistry/trunk/opencmis/pom.xml?rev=919980&r1=919979&r2=919980&view=diff
==============================================================================
--- incubator/chemistry/trunk/opencmis/pom.xml (original)
+++ incubator/chemistry/trunk/opencmis/pom.xml Sun Mar  7 12:38:35 2010
@@ -20,6 +20,12 @@
 
        <modelVersion>4.0.0</modelVersion>
 
+       <parent>
+               <groupId>org.apache</groupId>
+               <artifactId>apache</artifactId>
+               <version>6</version>
+       </parent>
+
        <!-- Project Information -->
 
        <groupId>org.opencmis</groupId>
@@ -28,6 +34,8 @@
        <version>0.1-SNAPSHOT</version>
        <packaging>pom</packaging>
 
+       export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
+
        <organization>
                <name>The Apache Software Foundation</name>
                <url>http://www.apache.org/</url>
@@ -144,7 +152,7 @@
                <module>opencmis-server/opencmis-server-support</module>
                <module>opencmis-server/opencmis-server-inmemory</module>
                <module>opencmis-server/opencmis-server-fileshare</module>
-               <module>opencmis-test/opencmis-test-fit</module>
+               <!--            
<module>opencmis-test/opencmis-test-fit</module> -->
                <module>opencmis-test/opencmis-test-tck</module>
                <module>opencmis-test/opencmis-test-tools</module>
                <module>opencmis-test/opencmis-test-util</module>
@@ -290,15 +298,10 @@
                                        
<url>file:///C:/sharedfolder/www/davuploads/opencmis</url>
                                </site>
                        </distributionManagement>
-                       <!-- 
-                       <reporting>
-                               <plugins>
-                                       <plugin>
-                                               
<groupId>org.codehaus.mojo</groupId>
-                                               
<artifactId>cobertura-maven-plugin</artifactId>
-                                       </plugin>
-                               </plugins>
-                       </reporting>
+                       <!--
+                               <reporting> <plugins> <plugin> 
<groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId> 
</plugin> </plugins>
+                               </reporting>
                        -->
                </profile>
        </profiles>


Reply via email to