Author: tchemit Date: 2009-05-17 22:10:39 +0000 (Sun, 17 May 2009) New Revision: 1428 Modified: jaxx/trunk/pom.xml Log: fix site url for multi-module must be same domain as real deployment otherwise it bugs on the modules menu : link to A/A rather than A/B Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-05-17 20:50:11 UTC (rev 1427) +++ jaxx/trunk/pom.xml 2009-05-17 22:10:39 UTC (rev 1428) @@ -151,7 +151,10 @@ <name>${project.artifactId}</name> <description>Jaxx library parent pom</description> <inceptionYear>2008</inceptionYear> - <url>http://www.nuiton.org/embedded/${project.artifactId}</url> + <!-- attention sur du multi-module l'url de deployement doit correspondre à l'url du site + sinon le plugin site perd les pédales et pour un module A, on dans le menu module A/A/index.html ...--> + <url>http://lutinbuilder.labs.libre-entreprise.org/nuiton/jaxx</url> + <!--url>http://www.nuiton.org/embedded/${project.artifactId}</url--> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** -->