Author: tchemit Date: 2010-01-23 09:03:44 +0100 (Sat, 23 Jan 2010) New Revision: 574 Modified: trunk/pom.xml trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Log: Evolution #256: Passage sur mavenpom4redmine Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-12-18 10:35:54 UTC (rev 573) +++ trunk/pom.xml 2010-01-23 08:03:44 UTC (rev 574) @@ -3,9 +3,13 @@ <modelVersion>4.0.0</modelVersion> - <!-- this is a standalone project --> - - <groupId>org.nuiton</groupId> + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom4redmine</artifactId> + <version>2.0.2</version> + </parent> + + <!--<groupId>org.nuiton</groupId>--> <artifactId>maven-nuiton-skin</artifactId> <version>1.0.2-SNAPSHOT</version> @@ -15,19 +19,18 @@ <inceptionYear>2006</inceptionYear> <url>http://maven-site.nuiton.org/${project.artifactId}</url> - <organization> + <!--organization> <name>CodeLutin</name> <url>http://www.codelutin.com/</url> - </organization> + </organization--> - <licenses> + <!--licenses> <license> <name>Lesser General Public License (LGPL)</name> - <!--<url>http://www.gnu.org/licenses/lgpl.txt</url>--> <url>${project.basedir}/LICENSE.txt</url> <distribution>local</distribution> </license> - </licenses> + </licenses--> <developers> @@ -49,7 +52,7 @@ <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> - <role>Développeur</role> + <role>Developer</role> </roles> </developer> @@ -60,7 +63,7 @@ <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> - <role>Développeur</role> + <role>Developer</role> </roles> </developer> @@ -72,7 +75,7 @@ <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+2</timezone> <roles> - <role>Développeur</role> + <role>Developer</role> </roles> </developer> @@ -82,21 +85,29 @@ <properties> - <listId>${project.artifactId}</listId> + <maven.site.locales>fr,en</maven.site.locales> + <siteSourcesType>apt</siteSourcesType> + <!--<listId>${project.artifactId}</listId>--> + <!--<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>--> + <!--<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>--> + <!--<maven.reports.generate>true</maven.reports.generate>--> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <maven.reports.generate>true</maven.reports.generate> - <!-- release repository url (to be used in site.xml) --> - <repository.home.url>http://maven.nuiton.org/release</repository.home.url> + <!--<repository.home.url>http://maven.nuiton.org/release</repository.home.url>--> </properties> <build> <pluginManagement> <plugins> - <plugin> + <!--plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <useReleaseProfile>false</useReleaseProfile> + </configuration> + </plugin--> + + <!--plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.4.1</version> <configuration> @@ -118,13 +129,13 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-9</version> - </plugin> + </plugin--> </plugins> </pluginManagement> </build> - <reporting> + <!--reporting> <plugins> <plugin> @@ -150,7 +161,7 @@ </reportSets> </plugin> </plugins> - </reporting> + </reporting--> <scm> <connection>scm:svn:http://svn.nuiton.org/svn/maven-nuiton-skin/trunk</connection> @@ -158,7 +169,7 @@ <url>http://www.nuiton.org/repositories/browse/maven-nuiton-skin/trunk</url> </scm> - <issueManagement> + <!--issueManagement> <system>Redmine</system> <url>http://www.nuiton.org/projects/${project.artifactId}/issues/</url> </issueManagement> @@ -183,7 +194,6 @@ <url>http://hudson.nuiton.org/hudson/job/${project.artifactId}</url> </ciManagement> - <!--Any mailing lists for the project--> <mailingLists> <mailingList> <name>${listId}-commits</name> @@ -208,6 +218,6 @@ <post>${listId}-users@list.nuiton.org</post> <archive>http://list.nuiton.org/pipermail/${listId}-users/</archive> </mailingList> - </mailingLists> + </mailingLists--> </project> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2009-12-18 10:35:54 UTC (rev 573) +++ trunk/src/site/site_en.xml 2010-01-23 08:03:44 UTC (rev 574) @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <skin> + <!--skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> <version>1.0.0</version> - </skin> + </skin--> <bannerLeft> <name>${project.name}</name> @@ -13,10 +13,10 @@ <href>index.html</href> </bannerLeft> - <bannerRight> + <!--bannerRight> <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> <href>${project.organization.url}</href> - </bannerRight> + </bannerRight--> <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> @@ -26,17 +26,17 @@ <body> <links> - <item name="Chorem" href="http://www.chorem.org"/> + <!--item name="Chorem" href="http://www.chorem.org"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="dépôt maven" href="${repository.home.url}"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> + <item name="Code Lutin" href="http://www.codelutin.com/"/--> <item name="[fr" href="../index.html"/> <item name="en]" href="index.html"/> </links> <breadcrumbs> - <item name="Nuiton" href="http://www.nuiton.org" /> + <!--<item name="Nuiton" href="http://www.nuiton.org" />--> <item name="${project.name}" href="index.html" /> </breadcrumbs> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2009-12-18 10:35:54 UTC (rev 573) +++ trunk/src/site/site_fr.xml 2010-01-23 08:03:44 UTC (rev 574) @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <publishDate format="dd/MM/yyyy"/> + <!--publishDate format="dd/MM/yyyy"/> <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> <version>1.0.0</version> - </skin> + </skin--> <bannerLeft> <name>${project.name}</name> @@ -15,10 +15,10 @@ <href>index.html</href> </bannerLeft> - <bannerRight> + <!--bannerRight> <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> <href>${project.organization.url}</href> - </bannerRight> + </bannerRight--> <poweredBy> <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> @@ -28,17 +28,17 @@ <body> <links> - <item name="Chorem" href="http://www.chorem.org"/> + <!--item name="Chorem" href="http://www.chorem.org"/> <item name="Nuiton" href="http://www.nuiton.org"/> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="dépôt maven" href="${repository.home.url}"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> + <item name="Code Lutin" href="http://www.codelutin.com/"/--> <item name="[fr" href="${project.url}/index.html"/> <item name="en]" href="/en/index.html"/> </links> <breadcrumbs> - <item name="Nuiton" href="http://www.nuiton.org" /> + <!--<item name="Nuiton" href="http://www.nuiton.org" />--> <item name="${project.name}" href="index.html" /> </breadcrumbs>
participants (1)
-
tchemit@users.nuiton.org