Author: tchemit Date: 2009-12-07 14:58:06 +0100 (Mon, 07 Dec 2009) New Revision: 567 Removed: trunk/src/site/fr/ Modified: trunk/pom.xml trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Log: site re-use conventional directory layout Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-24 22:54:54 UTC (rev 566) +++ trunk/pom.xml 2009-12-07 13:58:06 UTC (rev 567) @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- this is a standalone project --> - + <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> <version>1.0.1-SNAPSHOT</version> <name>Maven Nuiton Skin</name> - + <description>Theme Nuiton pour les sites maven.</description> <inceptionYear>2006</inceptionYear> <url>http://maven-site.nuiton.org/${project.artifactId}</url> @@ -30,7 +31,7 @@ </licenses> <developers> - + <developer> <name>Julien Ruchaud</name> <id>jruchaud</id> @@ -65,29 +66,29 @@ </developer> <developer> - <name>Geoffroy Lorieux</name> - <id>glorieux</id> - <email>glorieux@codelutin.com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://www.codelutin.com/</organizationUrl> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> + <name>Geoffroy Lorieux</name> + <id>glorieux</id> + <email>glorieux@codelutin.com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> </developers> - + <packaging>jar</packaging> - + <properties> <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> - + <!-- release repository url (to be used in site.xml) --> <repository.home.url>http://maven.nuiton.org/release</repository.home.url> </properties> @@ -103,16 +104,15 @@ <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> - + <plugin> <artifactId>maven-site-plugin</artifactId> - <version>2.0.1-cl_20091107</version> + <version>2.0.1</version> <configuration> <inputEncoding>${project.reporting.outputEncoding}</inputEncoding> <outputEncoding>${project.reporting.outputEncoding}</outputEncoding> <generateReports>${maven.reports.generate}</generateReports> <locales>fr,en</locales> - <symetricLayout>true</symetricLayout> </configuration> </plugin> @@ -210,5 +210,5 @@ <archive>http://list.nuiton.org/pipermail/${listId}-users/</archive> </mailingList> </mailingLists> - + </project> Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2009-11-24 22:54:54 UTC (rev 566) +++ trunk/src/site/site_en.xml 2009-12-07 13:58:06 UTC (rev 567) @@ -31,7 +31,7 @@ <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="[fr" href="../fr/index.html"/> + <item name="[fr" href="../index.html"/> <item name="en]" href="index.html"/> </links> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2009-11-24 22:54:54 UTC (rev 566) +++ trunk/src/site/site_fr.xml 2009-12-07 13:58:06 UTC (rev 567) @@ -34,7 +34,7 @@ <item name="dépôt maven" href="${repository.home.url}"/> <item name="Code Lutin" href="http://www.codelutin.com/"/> <item name="[fr" href="${project.url}/index.html"/> - <item name="en]" href="../en/index.html"/> + <item name="en]" href="/en/index.html"/> </links> <breadcrumbs>