Author: tchemit Date: 2009-05-17 22:10:36 +0000 (Sun, 17 May 2009) New Revision: 1479 Modified: topia/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: topia/trunk/pom.xml =================================================================== --- topia/trunk/pom.xml 2009-05-17 21:59:54 UTC (rev 1478) +++ topia/trunk/pom.xml 2009-05-17 22:10:36 UTC (rev 1479) @@ -160,7 +160,11 @@ <name>ToPIA - Tools for Portable and Independent Architecture</name> <description>Framework de persistance et de distribution d'application.</description> <inceptionYear>2004</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/topia</url> + <!--url>http://www.nuiton.org/embedded/${project.artifactId}</url--> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org