Author: tchemit Date: 2009-05-17 09:36:18 +0000 (Sun, 17 May 2009) New Revision: 472 Modified: maven-helper-plugin/trunk/pom.xml maven-helper-plugin/trunk/src/site/site.xml Log: fix site, no more use site.home.url since in site.xml we can use project.url finalize pom Modified: maven-helper-plugin/trunk/pom.xml =================================================================== --- maven-helper-plugin/trunk/pom.xml 2009-05-17 09:33:17 UTC (rev 471) +++ maven-helper-plugin/trunk/pom.xml 2009-05-17 09:36:18 UTC (rev 472) @@ -98,7 +98,7 @@ <!-- ************************************************************* --> <name>Maven helper plugin</name> - <url>${site.home.url}</url> + <url>http://www.nuiton.org/embedded/${project.artifactId}</url> <description>Plugin d'aide pour les projets nuiton</description> <inceptionYear>2009</inceptionYear> @@ -117,7 +117,19 @@ </licenses> <developers> + <developer> + <id>chatellier</id> + <name>Eric Chatellier</name> + <email>chatellier@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + <developer> <id>tchemit</id> <name>Tony Chemit</name> <email>chemit@codelutin.com</email> @@ -152,8 +164,6 @@ <repository.home.url>http://lutinbuilder.labs.libre-entreprise.org/m2/nuiton/release</repository.home.url> - <site.home.url>http://www.nuiton.org/embedded/${project.artifactId}</site.home.url> - </properties> <build> Modified: maven-helper-plugin/trunk/src/site/site.xml =================================================================== --- maven-helper-plugin/trunk/src/site/site.xml 2009-05-17 09:33:17 UTC (rev 471) +++ maven-helper-plugin/trunk/src/site/site.xml 2009-05-17 09:36:18 UTC (rev 472) @@ -11,6 +11,7 @@ <bannerLeft> <name>${project.name}</name> + <src>${project.url}</src> <href>index.html</href> </bannerLeft>