Author: chatellier Date: 2008-09-19 15:48:32 +0000 (Fri, 19 Sep 2008) New Revision: 138 Removed: trunk/lutinproject/THIRD-PARTY.txt trunk/lutinproject/src/ Modified: trunk/lutinproject/ trunk/lutinproject/changelog trunk/lutinproject/pom.xml Log: Change plugins groupId. Re enable test by default (add notests profiles :) ) Property changes on: trunk/lutinproject ___________________________________________________________________ Name: svn:ignore + .classpath .project Deleted: trunk/lutinproject/THIRD-PARTY.txt =================================================================== --- trunk/lutinproject/THIRD-PARTY.txt 2008-09-09 16:45:34 UTC (rev 137) +++ trunk/lutinproject/THIRD-PARTY.txt 2008-09-19 15:48:32 UTC (rev 138) @@ -1,7 +0,0 @@ -List of third-party dependencies grouped by their license type. - -Common Public License Version 1.0 : - * JUnit (junit:junit:3.8.1 - http://junit.org) - -The Apache Software License, Version 2.0 : - * Commons Logging (commons-logging:commons-logging:1.1.1 - http://commons.apache.org/logging) \ No newline at end of file Modified: trunk/lutinproject/changelog =================================================================== --- trunk/lutinproject/changelog 2008-09-09 16:45:34 UTC (rev 137) +++ trunk/lutinproject/changelog 2008-09-19 15:48:32 UTC (rev 138) @@ -1,3 +1,12 @@ +ver-2-5 xxx (2008xxx) + * Re-enable test by default + * Fix lutin plugins groupId + * Enable site report generation by default + * Update developer list + * only use supported maven2 report plugins + (see http://maven.apache.org/plugins/index.html) + * use maven2 report plugins + * replace scp by scp exe ver-2-4 poussin (20080812) * refactor pom to new directory layout compiliance with maven 2 * use svn instead of CVS Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-09-09 16:45:34 UTC (rev 137) +++ trunk/lutinproject/pom.xml 2008-09-19 15:48:32 UTC (rev 138) @@ -19,7 +19,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.4</version> + <version>2.5</version> </parent> --> @@ -59,7 +59,7 @@ <name>Codelutin project superpom</name> - <description>Projet Maven de reference pour l'ensemble des autres projets Maven.</description> + <description>Projet Maven de référence pour l'ensemble des autres projets Maven.</description> <!-- BE WARE, will be suffixed by /${pom.artifactId} by inheritance --> <url>${labs.project.url}</url> @@ -131,17 +131,6 @@ </roles> </developer> - <!-- <developer> - <name>Gabriel Gandais</name> - <id>glandais</id> - <email>landais@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> --> - <developer> <name>Sylvain Letellier</name> <id>sletellier</id> @@ -264,7 +253,7 @@ </resource> </resources> - <testSourceDirectory>${maven.src.dir}/test/java</testSourceDirectory> + <!-- <testSourceDirectory>${maven.src.dir}/test/java</testSourceDirectory> --> <pluginManagement> <plugins> @@ -294,7 +283,7 @@ <!-- plugin i18n --> <plugin> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-i18n-plugin</artifactId> <!-- <version>0.5</version> --> <configuration> @@ -344,9 +333,9 @@ <!-- plugin license-switcher --> <plugin> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <executions> <execution> <goals> @@ -471,9 +460,9 @@ <!-- plugin jrst --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <version>0.8</version> + <version>0.8.1-SNAPSHOT</version> <configuration> <directoryIn>${maven.src.dir}/site</directoryIn> <directoryOut>${maven.site.gen.dir}</directoryOut> @@ -547,7 +536,7 @@ <!-- always add license to classpath --> <plugin> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> </plugin> @@ -576,7 +565,7 @@ <!-- Always process jrst files, but only called on pre-site phase --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.maven.plugins</groupId> <artifactId>maven-jrst-plugin</artifactId> </plugin> </plugins> @@ -781,30 +770,20 @@ <activeByDefault>true</activeByDefault> </activation> <properties> - <maven.test.skip>true</maven.test.skip> + <maven.test.skip>false</maven.test.skip> <maven.reports.generate>true</maven.reports.generate> </properties> </profile> <profile> - <id>tests</id> + <id>notests</id> <activation> <activeByDefault>false</activeByDefault> </activation> <properties> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>true</maven.test.skip> <maven.reports.generate>false</maven.reports.generate> </properties> </profile> - <!-- <profile> - <id>site</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <maven.test.skip>false</maven.test.skip> - <maven.reports.generate>true</maven.reports.generate> - </properties> - </profile> --> <profile> <id>license</id> <activation> @@ -813,9 +792,9 @@ <build> <plugins> <plugin> - <groupId>org.codelutin.plugin</groupId> + <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <executions> <execution> <goals>