Hi all,

The pom.xml used to build nuxeo.ear is now using the nuxeo assembly maven plugin.
This plugin provides increased control over the ear build process.
Also it can automate build for different deploy profiles which is useful to deploy nuxeo splited over several machine (ex: the core repository on one machine, the indexing server on another machine and the platform+web layer on another one)

Also it is able to do the preprocessing at build time. Though this feature is not enabled by default.
But it will be in future.

If you have trouble building nuxeo.ear make sure you are not using the -o maven flag (offline) and that you have these lines in the nuxeo-ep root pom.xml (or in your .m2/settings.xml)

   <pluginRepository>
     <id>nuxeo_release</id>
     <name>Nuxeo Release</name>
     <url>http://archiva.nuxeo.org/archiva/repository/nuxeo_release</url>
     <snapshots>
       <enabled>false</enabled>
     </snapshots>
   </pluginRepository>
   <pluginRepository>
     <id>nuxeo_snapshot</id>
     <name>Nuxeo Snapshot</name>
     <url>http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot</url>
     <releases>
       <enabled>false</enabled>
     </releases>
   </pluginRepository>


Bogdan


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to