|
Hello, Using Maven 2.2.1 you will encounter http://jira.nuxeo.org/browse/NXBT-96 issue when building nuxeo-distribution module. As explained in my mail to [email protected] titled "Building Nuxeo with maven 2.2.1", you should be able to work around patching http://hg.nuxeo.org/nuxeo/pom.xml with: diff --git a/pom.xml b/pom.xml --- a/pom.xml +++ b/pom.xml @@ -1491,7 +1491,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-nuxeo-plugin</artifactId> - <version>1.0.13</version> + <version>1.0.14-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -1564,7 +1564,7 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-nuxeo-plugin</artifactId> - <version>1.0.10</version> + <version>1.0.14-SNAPSHOT</version> </dependency> </dependencies> </plugin> Thanks a lot for your feedback. Best regards, Robert P. J. Day a écrit : On Fri, 13 Nov 2009, Julien CARSIQUE wrote:Hello,You should be able to manually download maven 2.0.10 (http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-2.0.10-bin.zip) and use it.actually, i thought i'd test with the absolutely newest maven (2.2.1) and it seemed to work -- i documented that here: http://www.crashcourse.ca/wiki/index.php/Nuxeo_on_Fedora#Downloading_and_installing_Maven2 rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== -- Julien Carsique, Nuxeo (Paris, France) www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform [email protected] | Tel: +33 1 40 33 79 87 |
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
