Author: tchemit Date: 2009-08-29 22:34:44 +0200 (Sat, 29 Aug 2009) New Revision: 636 Modified: trunk/changelog.txt trunk/pom.xml trunk/src/site/apt/index.apt Log: [FIX] #36 : protect all emails [FEATURE] : use local LICENSE.txt as license url [FEATURE] : add maven.license.file which points to LICENSE.txt file Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-08-29 18:24:25 UTC (rev 635) +++ trunk/changelog.txt 2009-08-29 20:34:44 UTC (rev 636) @@ -1,8 +1,12 @@ 1.0.2 chemit 200908?? + * [FIX] #36 : protect all emails * [FIX] #32 : les sites de chorem sont deployés dans nuiton * [FEATURE] #26 : check changelog.txt file existence only on root module of project + * [FEATURE] : use local LICENSE.txt as license url + * [FEATURE] : add maven.license.file which points to LICENSE.txt file -- chemit -- Sat, 29 Aug 2009 19:45:05 +0200 + 1.0.1 chemit 20090824 * make pom multi-redmine platform (use the platform property nuiton or chorem) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-29 18:24:25 UTC (rev 635) +++ trunk/pom.xml 2009-08-29 20:34:44 UTC (rev 636) @@ -37,8 +37,9 @@ <licenses> <license> <name>Lesser General Public License (LGPL)</name> - <url>http://www.gnu.org/licenses/lgpl.txt</url> - <distribution>repo</distribution> + <!--<url>http://www.gnu.org/licenses/lgpl.txt</url>--> + <url>${maven.license.file}</url> + <distribution>local</distribution> </license> </licenses> @@ -46,7 +47,8 @@ <developer> <name>Benjamin Poussin</name> <id>bpoussin</id> - <email>poussin@codelutin.com</email> + <!--<email>poussin@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=iLi5wGvmGJxGhStdTB0uDpWInEKId8Y8WbkFslilYl4=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -58,7 +60,8 @@ <developer> <name>Arnaud Thimel</name> <id>athimel</id> - <email>thimel@codelutin.com</email> + <!--<email>thimel@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=PmTVLjbpmk8-uBfvGYzsH50vUvWMjKGWCR8obxEbFQg=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -69,7 +72,8 @@ <developer> <name>Julien Ruchaud</name> <id>jruchaud</id> - <email>ruchaud@codelutin.com</email> + <!--<email>ruchaud@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=6nWMsuISgxJWgwvFJWZYx4hMfdEm9qhUVrdmTDWMuuk=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -80,7 +84,8 @@ <developer> <name>Eric Chatellier</name> <id>echatellier</id> - <email>chatellier@codelutin.com</email> + <!--<email>chatellier@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=8mzC6s-mCjNM1_m1SA7_-of7jSjrc3-gZDy4QhkY2HA=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -91,7 +96,8 @@ <developer> <name>Tony Chemit</name> <id>tchemit</id> - <email>chemit@codelutin.com</email> + <!--<email>chemit@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=Dg32g6wafXimR6aZsnwloBZMGm48dAcjxiDYdzUMzc4=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -102,7 +108,8 @@ <developer> <name>Sylvain Letellier</name> <id>sletellier</id> - <email>letellier@codelutin.com</email> + <!--<email>letellier@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=74mo84spsebZ-pNkw9SOpij5Yn2OlLXbIu0hi9JM8UQ=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -113,7 +120,8 @@ <developer> <name>Yannick Martel</name> <id>ymartel</id> - <email>martel@codelutin.com</email> + <!--<email>martel@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=dAxSz7OIlPhnt1mpMtcp1MCHaX-ob24u4HzcfIplFQo=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> @@ -124,13 +132,50 @@ <developer> <name>Stéphane Chorlet</name> <id>schorlet</id> - <email>chorlet@codelutin.com</email> + <!--<email>chorlet@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=Wi2JngYSJxkm0SCUvtTrBawVdBBCX3BdDmZdEKwRoqI=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> <role>Développeur</role> </roles> </developer> + <developer> + <name>Jean Couteau</name> + <id>jcouteau</id> + <!--<email>couteau@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=019tNE9-GL5bOVSIQUTEMeSg==&c=mwKr2jscDOqf9Ci49IEd-596fIRfEcfOptVhJucgrqM=</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + <developer> + <name>Florian Debois</name> + <id>fdebois</id> + <!--<email>debois@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01haiqAHLzYfxr19DNBxRTMw==&c=zu0lq6yO1twmqvBnqnOWDngR1mSloEri5mEpjr3RnBs=</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + <developer> + <name>Kevin Morin</name> + <id>kmorin</id> + <!--<email>morin@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01haiqAHLzYfxr19DNBxRTMw==&c=z0rU18wUpfbUm_NBhP2Y5WAe7MqvgHV9bKxBbtOpL-I=</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> <organization> @@ -175,6 +220,9 @@ <!-- locales for the site generation, by default only french --> <maven.site.locales>fr</maven.site.locales> + <!-- le fichier de license du projet --> + <maven.license.file>${project.basedir}/LICENSE.txt</maven.license.file> + <!-- to allow bad tests --> <maven.test.testFailureIgnore>false</maven.test.testFailureIgnore> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2009-08-29 18:24:25 UTC (rev 635) +++ trunk/src/site/apt/index.apt 2009-08-29 20:34:44 UTC (rev 636) @@ -37,6 +37,8 @@ * <maven.site.locales> : locales used in site generation (by default fr) + * <maven.license.file> : path to license file (by default ${project.basedir}/LICENSE.txt) + * <maven.test.testFailureIgnore> : to skip tests if they fail (bu default false) * <maven.test.skip> : to skip test (by default false)
participants (1)
-
tchemit@users.nuiton.org