I've tried to compile magnolia in order to have the two wars distribution. I've searched all the docs I could to know what was the exact command to do that, and I only found help on the wiki : http://www.magnolia.info/wiki/Wiki.jsp?page=BuildingMagnolia2.1.1 . Here is the result on my computer : [EMAIL PROTECTED] /home/user/magnolia-3.0-rc2_src/magnolia]$ mvn rel-build [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Invalid task 'rel-build': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Tue Jun 27 14:23:54 CEST 2006 [INFO] Final Memory: 1M/2M [INFO] ------------------------------------------------------------------------
And when I build magnolia using "mvn install" on the root path, it build me only one war : ./magnolia/target/magnolia-3.0-rc2.war How can I build magnoliaPublic.war and magnoliaAuthor.war ? Thanks, Anthony ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
