r398 - in trunk/doxia-module-jrst: . src/main src/site
Author: tchemit Date: 2009-08-23 16:15:09 +0200 (Sun, 23 Aug 2009) New Revision: 398 Removed: trunk/doxia-module-jrst/src/main/components/ Modified: trunk/doxia-module-jrst/pom.xml trunk/doxia-module-jrst/src/site/site.xml trunk/doxia-module-jrst/src/site/site_en.xml Log: improve pom (no need of a components.xml file, it is generated by the plugin) clean site Modified: trunk/doxia-module-jrst/pom.xml =================================================================== --- trunk/doxia-module-jrst/pom.xml 2009-08-23 13:27:05 UTC (rev 397) +++ trunk/doxia-module-jrst/pom.xml 2009-08-23 14:15:09 UTC (rev 398) @@ -66,7 +66,7 @@ <developers> <developer> <name>Eric Chatellier</name> - <id>chatellier</id> + <id>echatellier</id> <email>chatellier@codelutin.com </email> <organization>CodeLutin</organization> @@ -75,6 +75,17 @@ <role>Développeur</role> </roles> </developer> + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit@codelutin.com + </email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> </developers> <!-- ************************************************************* --> @@ -90,17 +101,10 @@ <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>src/main/components/components.xml</descriptor> - <descriptor>target/generated-resources/plexus/META-INF/plexus/components.xml</descriptor> - </descriptors> - </configuration> <executions> <execution> <goals> <goal>descriptor</goal> - <goal>merge-descriptors</goal> </goals> </execution> </executions> Modified: trunk/doxia-module-jrst/src/site/site.xml =================================================================== --- trunk/doxia-module-jrst/src/site/site.xml 2009-08-23 13:27:05 UTC (rev 397) +++ trunk/doxia-module-jrst/src/site/site.xml 2009-08-23 14:15:09 UTC (rev 398) @@ -1,22 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>/</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <body> <breadcrumbs> Modified: trunk/doxia-module-jrst/src/site/site_en.xml =================================================================== --- trunk/doxia-module-jrst/src/site/site_en.xml 2009-08-23 13:27:05 UTC (rev 397) +++ trunk/doxia-module-jrst/src/site/site_en.xml 2009-08-23 14:15:09 UTC (rev 398) @@ -1,22 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>/</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <body> <breadcrumbs>
participants (1)
-
tchemit@users.nuiton.org