Mavenpom-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
April 2009
- 3 participants
- 30 discussions
[Lutinbuilder-commits] r387 - lutinproject/trunk
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 20:10:31 +0000 (Thu, 09 Apr 2009)
New Revision: 387
Modified:
lutinproject/trunk/
lutinproject/trunk/pom.xml
Log:
fix profile run : use package phase
Property changes on: lutinproject/trunk
___________________________________________________________________
Name: svn:ignore
- .classpath
.project
THIRD-PARTY.txt
target
+ .classpath
.project
target
THIRD-PARTY.txt
catalog.xml
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:51:31 UTC (rev 386)
+++ lutinproject/trunk/pom.xml 2009-04-09 20:10:31 UTC (rev 387)
@@ -10,7 +10,7 @@
<!-- POM Relationships : Coordinates -->
<groupId>org.codelutin</groupId>
<artifactId>lutinproject</artifactId>
- <version>3.6-SNAPSHOT</version>
+ <version>3.5.1-SNAPSHOT</version>
<!-- POM Relationships : Inheritance -->
@@ -821,7 +821,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<build>
- <defaultGoal>compile</defaultGoal>
+ <defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
1
0
[Lutinbuilder-commits] r386 - lutinproject/trunk
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:51:31 +0000 (Thu, 09 Apr 2009)
New Revision: 386
Modified:
lutinproject/trunk/pom.xml
Log:
push back scm generic values
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:47:27 UTC (rev 385)
+++ lutinproject/trunk/pom.xml 2009-04-09 16:51:31 UTC (rev 386)
@@ -644,9 +644,9 @@
</scm>
-->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/tr…</url>
+ <connection>${maven.scm.connection}</connection>
+ <developerConnection>${maven.scm.developerConnection}</developerConnection>
+ <url>${maven.scm.url}</url>
</scm>
<!-- ************************************************************* -->
1
0
[Lutinbuilder-commits] r385 - lutinproject/trunk
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:47:27 +0000 (Thu, 09 Apr 2009)
New Revision: 385
Modified:
lutinproject/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:47:24 UTC (rev 384)
+++ lutinproject/trunk/pom.xml 2009-04-09 16:47:27 UTC (rev 385)
@@ -10,7 +10,7 @@
<!-- POM Relationships : Coordinates -->
<groupId>org.codelutin</groupId>
<artifactId>lutinproject</artifactId>
- <version>3.5</version>
+ <version>3.6-SNAPSHOT</version>
<!-- POM Relationships : Inheritance -->
@@ -644,9 +644,9 @@
</scm>
-->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/tags/3.5</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/tags/3.5</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/ta…</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/tr…</url>
</scm>
<!-- ************************************************************* -->
1
0
[Lutinbuilder-commits] r384 - in lutinproject/tags: . 3.5 3.5/src/site
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:47:24 +0000 (Thu, 09 Apr 2009)
New Revision: 384
Added:
lutinproject/tags/3.5/
lutinproject/tags/3.5/changelog.txt
lutinproject/tags/3.5/pom.xml
lutinproject/tags/3.5/src/site/rst/
lutinproject/tags/3.5/src/site/site.xml
Removed:
lutinproject/tags/3.5/changelog.txt
lutinproject/tags/3.5/pom.xml
lutinproject/tags/3.5/src/site/site.xml
Log:
[maven-release-plugin] copy for tag 3.5
Copied: lutinproject/tags/3.5 (from rev 380, lutinproject/trunk)
Deleted: lutinproject/tags/3.5/changelog.txt
===================================================================
--- lutinproject/trunk/changelog.txt 2009-04-09 16:35:39 UTC (rev 380)
+++ lutinproject/tags/3.5/changelog.txt 2009-04-09 16:47:24 UTC (rev 384)
@@ -1,64 +0,0 @@
-3.4.0 chemit 20090128
- * 20090218 [chemit] - release 3.4
- - remove all dependencies to our libs and plugin
-
- * 20090128 [chemit] - release 3.4.0 (for test only)
- - fix bug sur l'url de nos super-pom lors de la génération d'un site.
- - meilleure gestion des labs.id et labs.name via lutin-enforcer-rules 0.1
- * 20090127 [chemit] - ajout lien vers maven-lutin-skin dans le site
-
-3.3 chemit 20090107
- * 20090105 [chemit] - utilisation org.codelutin.jaxx:maven-jaxx-plugin:1.0
- * 20081230 [chemit] - utilisation du profile release-profile pour mettre les executions nécessaire à une release (enforcer, javadoc, sources,...)
- * 20081215 [chemit] - ajout des versions de nos plugins ou librairies (a finir...)
-
-3.2 chemit (20081204)
- * 20081205 [chemit] - utilisation du plugin enforcer pour faire des verifications sur le pom
- - amélioration des propriétés scm
- - suppression des groupId sur les plugins maven
- - suppression du profile project (car supprimée si un autre
- profile est active dans le pom)
- - ce projet est désormais releasable
- - mise en place du site
- - Attention : utilisation de la propriété labs.project sur
- le projet est devenu obligatoire.
-3.1 chatellier (20081118)
- * bump maven-license-switcher-plugin to 0.5
- * Update plugin version
- * Add schorlet as developper
- * use maven-i18n-plugin 0.7
- * use index.list in jar (to improve jar seek)
- * fix wrong tag configuration linkXRef instead of linkXref
- * improve codelutin repositories (add a plugin repo)
- * use junit 4.5
-
-ver-3-0 chatellier (20080924)
- * no hard-cored phase for plugin dependency, use default id and phase
- * use license-siwtcher 0.4
- * add version properties for your plugin to simplify plugin version change
- * remove maven.verbose property, cause some bad side effects.
- * remove plugin maven-plugin-plugin (nothing to be done here...)
- * add property maven.site.locales to define locales to be used by site
- * use jrst.verbose in jrst plugin instead of maven.verbose
- * For child pom scm inheritance
- * Modify SCM url for new SVN structure
- * Use new SVN structure
- * Change plugins groupId
- * Change version of plugins (with lutinpluginproject 3.0)
-
-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
- * improve plugin configurations
-
-ver-2-1 poussin (20060913)
- * add support for services directory in resources to put in jar
Copied: lutinproject/tags/3.5/changelog.txt (from rev 381, lutinproject/trunk/changelog.txt)
===================================================================
--- lutinproject/tags/3.5/changelog.txt (rev 0)
+++ lutinproject/tags/3.5/changelog.txt 2009-04-09 16:47:24 UTC (rev 384)
@@ -0,0 +1,68 @@
+3.5 chemit 20090409
+ * 20090409 [chemit] - remove all dependencies to jrst, now prefer use doxia-module-jrst
+ - use javadoc 2.5 (can not be used for multi-module projects)
+
+3.4 chemit 20090128
+ * 20090218 [chemit] - release 3.4
+ - remove all dependencies to our libs and plugin
+
+ * 20090128 [chemit] - release 3.4.0 (for test only)
+ - fix bug sur l'url de nos super-pom lors de la génération d'un site.
+ - meilleure gestion des labs.id et labs.name via lutin-enforcer-rules 0.1
+ * 20090127 [chemit] - ajout lien vers maven-lutin-skin dans le site
+
+3.3 chemit 20090107
+ * 20090105 [chemit] - utilisation org.codelutin.jaxx:maven-jaxx-plugin:1.0
+ * 20081230 [chemit] - utilisation du profile release-profile pour mettre les executions nécessaire à une release (enforcer, javadoc, sources,...)
+ * 20081215 [chemit] - ajout des versions de nos plugins ou librairies (a finir...)
+
+3.2 chemit (20081204)
+ * 20081205 [chemit] - utilisation du plugin enforcer pour faire des verifications sur le pom
+ - amélioration des propriétés scm
+ - suppression des groupId sur les plugins maven
+ - suppression du profile project (car supprimée si un autre
+ profile est active dans le pom)
+ - ce projet est désormais releasable
+ - mise en place du site
+ - Attention : utilisation de la propriété labs.project sur
+ le projet est devenu obligatoire.
+3.1 chatellier (20081118)
+ * bump maven-license-switcher-plugin to 0.5
+ * Update plugin version
+ * Add schorlet as developper
+ * use maven-i18n-plugin 0.7
+ * use index.list in jar (to improve jar seek)
+ * fix wrong tag configuration linkXRef instead of linkXref
+ * improve codelutin repositories (add a plugin repo)
+ * use junit 4.5
+
+ver-3-0 chatellier (20080924)
+ * no hard-cored phase for plugin dependency, use default id and phase
+ * use license-siwtcher 0.4
+ * add version properties for your plugin to simplify plugin version change
+ * remove maven.verbose property, cause some bad side effects.
+ * remove plugin maven-plugin-plugin (nothing to be done here...)
+ * add property maven.site.locales to define locales to be used by site
+ * use jrst.verbose in jrst plugin instead of maven.verbose
+ * For child pom scm inheritance
+ * Modify SCM url for new SVN structure
+ * Use new SVN structure
+ * Change plugins groupId
+ * Change version of plugins (with lutinpluginproject 3.0)
+
+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
+ * improve plugin configurations
+
+ver-2-1 poussin (20060913)
+ * add support for services directory in resources to put in jar
Deleted: lutinproject/tags/3.5/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:35:39 UTC (rev 380)
+++ lutinproject/tags/3.5/pom.xml 2009-04-09 16:47:24 UTC (rev 384)
@@ -1,952 +0,0 @@
-<?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">
-
- <modelVersion>4.0.0</modelVersion>
-
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
-
- <!-- POM Relationships : Coordinates -->
- <groupId>org.codelutin</groupId>
- <artifactId>lutinproject</artifactId>
- <version>3.5-SNAPSHOT</version>
-
- <!-- POM Relationships : Inheritance -->
-
- <!-- add this in your pom
- <parent>
- <groupId>org.codelutin</groupId>
- <artifactId>lutinproject</artifactId>
- <version>3.4</version>
- </parent>
- -->
-
- <!-- add dependencyManagement
- <dependencyManagement></dependencyManagement>
- -->
-
- <!-- POM Relationships : Inheritance : Dependencies -->
-
- <dependencies>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.5</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- <scope>compile</scope>
- </dependency>
-
- </dependencies>
-
- <!-- POM Relationships : Aggregation -->
-
- <!-- add modules
- <modules></modules>
- -->
-
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
-
- <name>Codelutin project superpom</name>
-
- <description>Projet Maven de référence pour l'ensemble des projets Maven.</description>
-
- <url>${site.home.url}</url>
-
- <inceptionYear>1999</inceptionYear>
-
- <licenses>
- <license>
- <name>LGPL</name>
- <url>http://www.gnu.org/licenses/lgpl.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
-
- <developers>
- <developer>
- <name>Benjamin Poussin</name>
- <id>bpoussin</id>
- <email>poussin(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- <role>Debian packager</role>
- </roles>
- </developer>
-
- <developer>
- <name>Arnaud Thimel</name>
- <id>thimel</id>
- <email>thimel(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
-
- <developer>
- <name>Julien Ruchaud</name>
- <id>ruchaud</id>
- <email>ruchaud(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
-
- <developer>
- <name>Eric Chatellier</name>
- <id>chatellier</id>
- <email>chatellier(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
-
- <developer>
- <name>Tony Chemit</name>
- <id>tchemit</id>
- <email>chemit(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
-
- <developer>
- <name>Sylvain Letellier</name>
- <id>sletellier</id>
- <email>letellier(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
-
- <developer>
- <name>Yannick Martel</name>
- <id>ymartel</id>
- <email>martel(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
-
- <developer>
- <name>Stéphane Chorlet</name>
- <id>schorlet</id>
- <email>chorlet(a)codelutin.com</email>
- <organization>CodeLutin</organization>
- <timezone>+2</timezone>
- <roles>
- <role>Développeur</role>
- </roles>
- </developer>
- </developers>
-
- <organization>
- <name>CodeLutin</name>
- <url>http://www.codelutin.com/</url>
- </organization>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
-
- <properties>
-
- <!-- the labs' project id : change this in your pom -->
- <labs.id>11</labs.id>
-
- <!-- this labs' project name : change this in your pom -->
- <labs.project>lutinbuilder</labs.project>
-
- <!-- labs host -->
- <labs.host>labs.libre-entreprise.org</labs.host>
-
- <!-- labs list host -->
- <labs.list.host>lists.labs.libre-entreprise.org</labs.list.host>
-
- <!-- labs builder host -->
- <labs.builder.url>http://lutinbuilder.labs.libre-entreprise.org/maven2</labs.builder.url>
-
- <!-- labs project's url -->
- <site.home.url>http://${labs.project}.${labs.host}</site.home.url>
-
- <!-- by default, java sources are in java 1.6 -->
- <maven.compile.source>1.6</maven.compile.source>
-
- <!-- by default, we compile in java 1.6 -->
- <maven.compile.target>1.6</maven.compile.target>
-
- <!-- by default, we compile in UTF8 -->
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <!-- To remove in next release -->
- <maven.compile.encoding>${project.build.sourceEncoding}</maven.compile.encoding>
-
- <!-- by default, use maven 2 source base dir -->
- <maven.src.dir>${basedir}/src</maven.src.dir>
-
- <!-- where to generate source -->
- <maven.gen.dir>${project.build.directory}/generated-sources</maven.gen.dir>
-
- <!-- where to generate test source -->
- <maven.test.gen.dir>${project.build.directory}/generated-test-sources</maven.test.gen.dir>
-
- <!-- where to generate site -->
- <maven.site.gen.dir>${project.build.directory}/generated-site</maven.site.gen.dir>
-
- <!-- locales for the site generation, by default only french -->
- <maven.site.locales>fr</maven.site.locales>
-
- <!-- to allow bad tests -->
- <maven.test.testFailureIgnore>false</maven.test.testFailureIgnore>
-
- <!-- to skip tests (can use also profile notests) -->
- <maven.test.skip>false</maven.test.skip>
-
- <!-- to control fork mode of tests -->
- <maven.test.forkMode>never</maven.test.forkMode>
-
- <!-- to activate generation of reports and javadoc when doing a site -->
- <maven.reports.generate>true</maven.reports.generate>
-
- <javadoc.version>2.4</javadoc.version>
- <lutin-enforcer-rules.version>0.2</lutin-enforcer-rules.version>
-
- <!-- default license to use -->
- <license-switcher.licenseName>lgpl_v3</license-switcher.licenseName>
-
- <!-- pour ne pas generer la javadoc (quand on aura un javadoc 2.5) -->
- <maven.javadoc.skip>false</maven.javadoc.skip>
-
- <scm.url.prefix>http://${labs.host}/plugins/scmsvn/viewcvs.php</scm.url.prefix>
- <scm.url.suffix>?root=${labs.project}</scm.url.suffix>
-
- <scm.dc.prefix>scm:svn:svn+ssh://${username}@${labs.host}</scm.dc.prefix>
- <scm.c.prefix>scm:svn:svn://anonymous@${labs.host}</scm.c.prefix>
-
- <scm.c.suffix>svnroot/${labs.project}/${project.artifactId}/trunk</scm.c.suffix>
- <scm.c.suffix.child>svnroot/${labs.project}/${project.parent.artifactId}/trunk/${project.artifactId}
- </scm.c.suffix.child>
-
- <!-- single pom or multi-module pom scm properties -->
- <maven.scm.url>${scm.url.prefix}/${project.artifactId}/trunk/${scm.url.suffix}</maven.scm.url>
- <maven.scm.developerConnection>${scm.dc.prefix}/${scm.c.suffix}</maven.scm.developerConnection>
- <maven.scm.connection>${scm.c.prefix}/${scm.c.suffix}</maven.scm.connection>
-
- <!-- multi-module level one son pom scm properties -->
- <maven.scm.url.child>
- ${scm.url.prefix}/${project.parent.artifactId}/trunk/${project.artifactId}/${scm.url.suffix}
- </maven.scm.url.child>
- <maven.scm.developerConnection.child>${scm.dc.prefix}/${scm.c.suffix.child}
- </maven.scm.developerConnection.child>
- <maven.scm.connection.child>${scm.c.prefix}/${scm.c.suffix.child}</maven.scm.connection.child>
-
- </properties>
-
- <packaging>pom</packaging>
-
- <build>
-
- <defaultGoal>install</defaultGoal>
- <!--Ressources-->
- <resources>
- <resource>
- <directory>${maven.src.dir}/main/resources</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <excludes>
- <exclude>**/*~</exclude>
- </excludes>
- </resource>
-
- <!-- FIXME this resource should not be always included in our super-pom ! -->
- <resource>
- <directory>${maven.src.dir}/main/xsl</directory>
- <includes>
- <include>**/*.xsl</include>
- </includes>
- </resource>
- </resources>
-
- <pluginManagement>
-
-
- <plugins>
-
- <!-- - - - - - - - - -->
- <!-- PHASE VALIDATE -->
- <!-- - - - - - - - - -->
-
- <!-- - - - - - - - - - - - -->
- <!-- PHASE GENERATE-SOURCES -->
- <!-- - - - - - - - - - - - -->
-
- <!-- - - - - - - - - - - - -->
- <!-- PHASE PROCESS-SOURCES -->
- <!-- - - - - - - - - - - - -->
-
-
- <!-- - - - - - - - - - - - - -->
- <!-- PHASE GENERATE-RESOURCES -->
- <!-- - - - - - - - - - - - - -->
-
- <!-- - - - - - - - - - - - - -->
- <!-- PHASE PROCESS-RESOURCES -->
- <!-- - - - - - - - - - - - - -->
-
- <!-- plugin resources -->
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <configuration>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
- </plugin>
-
- <!-- - - - - - - - -->
- <!-- PHASE COMPILE -->
- <!-- - - - - - - - -->
-
- <!-- plugin compiler -->
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>${maven.compile.source}</source>
- <target>${maven.compile.target}</target>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
- </plugin>
-
- <!-- - - - - - - - - - - - -->
- <!-- PHASE PROCESS-CLASSES -->
- <!-- - - - - - - - - - - - -->
-
- <!-- - - - - - -->
- <!-- PHASE TEST -->
- <!-- - - - - - -->
-
- <!-- plugin surefire -->
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skip>${maven.test.skip}</skip>
- <testFailureIgnore>${maven.test.testFailureIgnore}</testFailureIgnore>
- <forkMode>${maven.test.forkMode}</forkMode>
- <!--Exclude NaughtyTest.java-->
- <!--<includes>
- <include>**/*Test.java</include>
- </includes>
- <excludes>
- <exclude>**/NaughtyTest.java</exclude>
- </excludes>-->
- </configuration>
- </plugin>
-
- <!-- - - - - - - - - -->
- <!-- - PHASE PACKAGE -->
- <!-- - - - - - - - - -->
-
- <!-- plugin dependency -->
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-dependencies</id>
- <phase>package</phase>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- plugin war -->
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.1-alpha-2</version>
- <configuration>
- <warSourceDirectory>${maven.src.dir}/main/webapp</warSourceDirectory>
- </configuration>
- </plugin>
-
- <!-- plugin jar -->
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <inherited>true</inherited>
-
- <configuration>
- <archive>
- <!-- cela fait bugger le chargement des service via
- ServiceLoader donc on desactive -->
- <!--index>true</index-->
- <manifest>
- <mainClass>${maven.jar.main.class}</mainClass>
- </manifest>
- <manifestEntries>
- <url>${pom.url}</url>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
-
- <!-- - - - - - - - -->
- <!-- PHASE VERIFY -->
- <!-- - - - - - - - -->
-
- <!-- plugin source -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.0.4</version>
- <inherited>true</inherited>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- <!--goal>test-jar</goal-->
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <!-- plugin javadoc -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${javadoc.version}</version>
- <configuration>
- <docencoding>${project.build.sourceEncoding}</docencoding>
- <encoding>${project.build.sourceEncoding}</encoding>
- <charset>${project.build.sourceEncoding}</charset>
- <quiet>true</quiet>
- <excludePackageNames>${maven.javadoc.excludePackageNames}</excludePackageNames>
- </configuration>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- <!--goal>test-jar</goal-->
- </goals>
- <configuration>
- <attach>true</attach>
- <quiet>true</quiet>
- <!-- uniquement a partir de javadoc 2.5 -->
- <!--skip>${maven.javadoc.skip}</skip-->
- </configuration>
- </execution>
- </executions>
-
- </plugin>
-
- <!-- - - - - - -->
- <!-- PHASE SITE -->
- <!-- - - - - - -->
-
- <!-- plugin site -->
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <siteDirectory>${maven.site.gen.dir}</siteDirectory>
- <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
- <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
- <generateReports>${maven.reports.generate}</generateReports>
- <locales>${maven.site.locales}</locales>
- <attach>false</attach>
- </configuration>
- </plugin>
-
- </plugins>
- </pluginManagement>
-
- <plugins>
-
- <!--Tasks Ant-->
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <!--Copy files for site-->
- <execution>
- <id>CopySiteFiles</id>
- <phase>pre-site</phase>
- <configuration>
- <tasks>
- <mkdir dir="${maven.src.dir}/site" />
- <copy todir="${maven.site.gen.dir}" verbose="${maven.verbose}" overwrite="false">
- <fileset dir="${maven.src.dir}/site">
- <exclude name="**/rst/**" />
- </fileset>
- </copy>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
-
- <!--Site-->
- <reporting>
- <plugins>
-
- <!--
- The Project Info Reports Plugin has twelve goals:
- * project-info-reports:cim is used to generate the Project Continuous Integration System report.
- * project-info-reports:dependencies is used to generate the Project Dependencies report.
- * project-info-reports:dependency-convergence is used to generate the Project Dependency Convergence report for reactor builds.
- * project-info-reports:dependency-management is used to generate the Project DependencyManagement report.
- * project-info-reports:index is used to generate the Project index page.
- * project-info-reports:issue-tracking is used to generate the Project Issue Tracking report.
- * project-info-reports:license is used to generate the Project License report.
- * project-info-reports:mailing-list is used to generate the Project Mailing List report.
- * project-info-reports:plugin-management is used to generate the Project PluginManagement report.
- * project-info-reports:project-team is used to generate the Project Team report.
- * project-info-reports:scm is used to generate the Project Source Code Management report.
- * project-info-reports:summary is used to generate the Project information reports summary.
- -->
- <plugin>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1-cl</version>
- </plugin>
-
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${javadoc.version}</version>
- <configuration>
- <quiet>true</quiet>
- <docencoding>${project.build.sourceEncoding}</docencoding>
- <encoding>${project.build.sourceEncoding}</encoding>
- <excludePackageNames>${maven.javadoc.excludePackageNames}</excludePackageNames>
- </configuration>
- </plugin>
-
- <!-- changelog:changelog
- changelog:dev-activity
- changelog:file-activity -->
- <plugin>
- <artifactId>maven-changelog-plugin</artifactId>
- </plugin>
-
- <!-- Implicit add of reportSet to not generate jira reports -->
- <plugin>
- <artifactId>maven-changes-plugin</artifactId>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
-
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <configuration>
- <encoding>${project.build.sourceEncoding}</encoding>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-pmd-plugin</artifactId>
- <configuration>
- <linkXRef>true</linkXRef>
- <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
- <minimumTokens>100</minimumTokens>
- <targetJdk>${maven.compile.target}</targetJdk>
- </configuration>
-
- </plugin>
-
- <plugin>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
-
- <plugin>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
-
- <!-- Not official report plugins -->
- <!-- and not working with viewCVS -->
- <!--plugin>
- <groupId>net.sf</groupId>
- <artifactId>stat-scm</artifactId>
- <version>1.2.0</version>
- </plugin-->
- </plugins>
- </reporting>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
-
- <!-- Build Environment : Environment Information -->
-
- <issueManagement>
- <system>gforge</system>
- <url>http://${labs.host}/tracker/?group_id=${labs.id}</url>
- </issueManagement>
-
- <ciManagement>
- <system>hudson</system>
- <url>http://hudson.codelutin.com/hudson</url>
- <notifiers>
- <notifier>
- <type>mail</type>
- <configuration>
- <recipients>dev(a)codelutin.com</recipients>
- </configuration>
- <sendOnSuccess>true</sendOnSuccess>
- <sendOnError>true</sendOnError>
- <address>admin+hudson(a)codelutin.com</address>
- </notifier>
- </notifiers>
- </ciManagement>
-
- <!--Any mailing lists for the project-->
- <mailingLists>
- <mailingList>
- <name>${labs.project}-commits</name>
- <subscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-commits</subscribe>
- <unsubscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-commits</unsubscribe>
- <post>${labs.project}-commits(a)lists.${labs.list.host}</post>
- <archive>http://${labs.list.host}/pipermail/${labs.project}-commits/</archive>
- </mailingList>
-
- <mailingList>
- <name>${labs.project}-devel</name>
- <subscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-devel</subscribe>
- <unsubscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-devel</unsubscribe>
- <post>${labs.project}-devel(a)lists.${labs.list.host}</post>
- <archive>http://${labs.list.host}/pipermail/${labs.project}-devel/</archive>
- </mailingList>
-
- <mailingList>
- <name>${labs.project}-user</name>
- <subscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-user</subscribe>
- <unsubscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-user</unsubscribe>
- <post>${labs.project}-user(a)lists.${labs.list.host}</post>
- <archive>http://${labs.list.host}/pipermail/${labs.project}-user/</archive>
- </mailingList>
- </mailingLists>
-
- <!--
- Source control management.
- By inheritance, url are always false, need manual include.
-
- Add this to your pom :
- <scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
- </scm>
- -->
- <scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/tr…</url>
- </scm>
-
- <!-- ************************************************************* -->
- <!-- *** Maven Environment *************************************** -->
- <!-- ************************************************************* -->
-
- <!-- prerequisites -->
- <prerequisites>
- <maven>2.0.8</maven>
- </prerequisites>
-
- <!-- Maven Environment : Repositories -->
-
- <!--Code Lutin Repository-->
- <!-- redescendu dans tous les projets pour qu'ils soitent autonomes -->
- <!--repositories>
- <repository>
-
- <id>codelutin-repository</id>
- <name>CodeLutinRepository</name>
- <url>${labs.builder.url}</url>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- </repository>
- </repositories-->
-
- <!-- Code Lutin : plugin repositories -->
- <pluginRepositories>
- <pluginRepository>
- <id>codelutin-plugin-repository</id>
- <name>CodeLutinPluginRepository</name>
- <url>${labs.builder.url}</url>
- <snapshots>
- <enabled>true</enabled>
- <checksumPolicy>warn</checksumPolicy>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- <checksumPolicy>warn</checksumPolicy>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-
- <!--Distribution-->
- <distributionManagement>
- <repository>
- <id>labs</id>
- <url>scpexe://${labs.host}/home/groups/lutinbuilder/htdocs/maven2</url>
- </repository>
- <site>
- <id>labs</id>
- <!-- BE WARE, if your project is a a real labs project, you have to
- override this property in your pom, otherwise maven will suffix this
- value with /${pom.artifactId}.
- You just have to copy the same definition for this property in your pom
- -->
- <url>scpexe://${labs.host}/home/groups/${labs.project}/htdocs</url>
- </site>
- </distributionManagement>
-
- <!-- Maven Environment : profiles -->
- <profiles>
-
- <!-- do not execute tests (generaly a bad idea...) -->
- <profile>
- <id>notests</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
- </profile>
-
- <!-- perform only on a release stage when using the maven-release-plugin -->
- <profile>
- <id>release-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
-
- <!-- always check labs properties -->
- <plugin>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-beta-1</version>
- <executions>
- <execution>
- <id>lutinproject</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <phase>initialize</phase>
- </execution>
- </executions>
- <configuration>
- <rules>
- <!-- on verifie que le labs.id et labs.name sont bien surchargés (sauf pour les project de
- lutinbuilder). -->
- <myCustomRule implementation="org.codelutin.enforcer.CheckLabsPropertiesRule" />
-
- <requireProperty>
- <property>labs.id</property>
- <regex>\d+</regex>
- <regexMessage>"labs.id can must be a number!"</regexMessage>
- </requireProperty>
- <requireProperty>
- <property>labs.project</property>
- <regex>\w(\w|\d|-)*</regex>
- <regexMessage>"labs.project can not be empty!"</regexMessage>
- </requireProperty>
- <requireFilesExist>
- <files>
- <file>changelog.txt</file>
- <file>LICENSE.txt</file>
- <file>README.txt</file>
- </files>
- </requireFilesExist>
- </rules>
- <ignoreCache>true</ignoreCache>
- <failFast>true</failFast>
- <fail>true</fail>
-
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.codelutin</groupId>
- <artifactId>lutin-enforcer-rules</artifactId>
- <version>${lutin-enforcer-rules.version}</version>
- </dependency>
- </dependencies>
- </plugin>
-
- <!-- always compute source jar -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-sources</id>
- </execution>
- </executions>
- </plugin>
-
- <!-- always compute javadoc jar -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-jrst-plugin</artifactId>
- <!-- on ne peut pas utiliser jrst.version car cela
- pose des problèmes pendant les montées de version -->
- <version>0.8.4</version>
- <configuration>
- <directoryIn>${maven.src.dir}/site</directoryIn>
- <directoryOut>${maven.site.gen.dir}</directoryOut>
- <defaultLocale>fr</defaultLocale>
- <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
- <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
- </configuration>
- <executions>
- <execution>
- <phase>pre-site</phase>
- <goals>
- <goal>jrst</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <!-- use this plugin to run the main class -->
- <profile>
- <id>run</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <build>
- <defaultGoal>compile</defaultGoal>
- <plugins>
- <plugin>
- <artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-beta-1</version>
- <executions>
- <execution>
- <id>run</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <phase>initialize</phase>
- <configuration>
- <rules>
- <requireProperty>
- <property>maven.jar.main.class</property>
- <message>Could not find the "maven.jar.main.class" required property, use
- -Dmaven.jar.main.class=your.main.class.fqn
- </message>
- </requireProperty>
- </rules>
- <ignoreCache>true</ignoreCache>
- <failFast>true</failFast>
- <fail>true</fail>
-
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.1.1</version>
- <executions>
- <execution>
- <id>run</id>
- <goals>
- <goal>java</goal>
- </goals>
- <phase>compile</phase>
- <configuration>
- <mainClass>${maven.jar.main.class}</mainClass>
- <classpathScope>runtime</classpathScope>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
- <properties>
- <exec.mainClass>${maven.jar.main.class}</exec.mainClass>
- <exec.classpathScope>runtime</exec.classpathScope>
- </properties>
- </profile>
-
- <!-- profile to fix site url only for the pom -->
- <!-- big hack : test the existance of a rst file to know if we are really in the plugin ? -->
- <profile>
- <id>internalProfile</id>
- <activation>
- <file>
- <exists>src/site/fr/rst/MavenProjectBestPractices.rst</exists>
- </file>
- <activeByDefault>false</activeByDefault>
- </activation>
- <distributionManagement>
- <site>
- <id>labs</id>
- <url>scpexe://${labs.host}/home/groups/${labs.project}/htdocs/${project.artifactId}</url>
- </site>
- </distributionManagement>
- <properties>
- <site.home.url>http://${labs.project}.${labs.host}/${project.artifactId}</site.home.url>
- </properties>
- </profile>
- </profiles>
-
-</project>
Copied: lutinproject/tags/3.5/pom.xml (from rev 383, lutinproject/trunk/pom.xml)
===================================================================
--- lutinproject/tags/3.5/pom.xml (rev 0)
+++ lutinproject/tags/3.5/pom.xml 2009-04-09 16:47:24 UTC (rev 384)
@@ -0,0 +1,926 @@
+<?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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+
+ <!-- POM Relationships : Coordinates -->
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinproject</artifactId>
+ <version>3.5</version>
+
+ <!-- POM Relationships : Inheritance -->
+
+ <!-- add this in your pom
+ <parent>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutinproject</artifactId>
+ <version>3.4</version>
+ </parent>
+ -->
+
+ <!-- add dependencyManagement
+ <dependencyManagement></dependencyManagement>
+ -->
+
+ <!-- POM Relationships : Inheritance : Dependencies -->
+
+ <dependencies>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ <scope>compile</scope>
+ </dependency>
+
+ </dependencies>
+
+ <!-- POM Relationships : Aggregation -->
+
+ <!-- add modules
+ <modules></modules>
+ -->
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+
+ <name>Codelutin project superpom</name>
+
+ <description>Projet Maven de référence pour l'ensemble des projets Maven.</description>
+
+ <url>${site.home.url}</url>
+
+ <inceptionYear>1999</inceptionYear>
+
+ <licenses>
+ <license>
+ <name>LGPL</name>
+ <url>http://www.gnu.org/licenses/lgpl.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <name>Benjamin Poussin</name>
+ <id>bpoussin</id>
+ <email>poussin(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ <role>Debian packager</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Arnaud Thimel</name>
+ <id>thimel</id>
+ <email>thimel(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Julien Ruchaud</name>
+ <id>ruchaud</id>
+ <email>ruchaud(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Eric Chatellier</name>
+ <id>chatellier</id>
+ <email>chatellier(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Tony Chemit</name>
+ <id>tchemit</id>
+ <email>chemit(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Sylvain Letellier</name>
+ <id>sletellier</id>
+ <email>letellier(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Yannick Martel</name>
+ <id>ymartel</id>
+ <email>martel(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+
+ <developer>
+ <name>Stéphane Chorlet</name>
+ <id>schorlet</id>
+ <email>chorlet(a)codelutin.com</email>
+ <organization>CodeLutin</organization>
+ <timezone>+2</timezone>
+ <roles>
+ <role>Développeur</role>
+ </roles>
+ </developer>
+ </developers>
+
+ <organization>
+ <name>CodeLutin</name>
+ <url>http://www.codelutin.com/</url>
+ </organization>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <properties>
+
+ <!-- the labs' project id : change this in your pom -->
+ <labs.id>11</labs.id>
+
+ <!-- this labs' project name : change this in your pom -->
+ <labs.project>lutinbuilder</labs.project>
+
+ <!-- labs host -->
+ <labs.host>labs.libre-entreprise.org</labs.host>
+
+ <!-- labs list host -->
+ <labs.list.host>lists.labs.libre-entreprise.org</labs.list.host>
+
+ <!-- labs builder host -->
+ <labs.builder.url>http://lutinbuilder.labs.libre-entreprise.org/maven2</labs.builder.url>
+
+ <!-- labs project's url -->
+ <site.home.url>http://${labs.project}.${labs.host}</site.home.url>
+
+ <!-- by default, java sources are in java 1.6 -->
+ <maven.compile.source>1.6</maven.compile.source>
+
+ <!-- by default, we compile in java 1.6 -->
+ <maven.compile.target>1.6</maven.compile.target>
+
+ <!-- by default, we compile in UTF8 -->
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <!-- To remove in next release -->
+ <maven.compile.encoding>${project.build.sourceEncoding}</maven.compile.encoding>
+
+ <!-- by default, use maven 2 source base dir -->
+ <maven.src.dir>${basedir}/src</maven.src.dir>
+
+ <!-- where to generate source -->
+ <maven.gen.dir>${project.build.directory}/generated-sources</maven.gen.dir>
+
+ <!-- where to generate test source -->
+ <maven.test.gen.dir>${project.build.directory}/generated-test-sources</maven.test.gen.dir>
+
+ <!-- locales for the site generation, by default only french -->
+ <maven.site.locales>fr</maven.site.locales>
+
+ <!-- to allow bad tests -->
+ <maven.test.testFailureIgnore>false</maven.test.testFailureIgnore>
+
+ <!-- to skip tests (can use also profile notests) -->
+ <maven.test.skip>false</maven.test.skip>
+
+ <!-- to control fork mode of tests -->
+ <maven.test.forkMode>never</maven.test.forkMode>
+
+ <!-- to activate generation of reports and javadoc when doing a site -->
+ <maven.reports.generate>true</maven.reports.generate>
+
+ <javadoc.version>2.5</javadoc.version>
+
+ <lutin-enforcer-rules.version>0.2</lutin-enforcer-rules.version>
+
+ <!-- default license to use -->
+ <license-switcher.licenseName>lgpl_v3</license-switcher.licenseName>
+
+ <!-- pour ne pas generer la javadoc (quand on aura un javadoc 2.5) -->
+ <maven.javadoc.skip>false</maven.javadoc.skip>
+
+ <scm.url.prefix>http://${labs.host}/plugins/scmsvn/viewcvs.php</scm.url.prefix>
+ <scm.url.suffix>?root=${labs.project}</scm.url.suffix>
+
+ <scm.dc.prefix>scm:svn:svn+ssh://${username}@${labs.host}</scm.dc.prefix>
+ <scm.c.prefix>scm:svn:svn://anonymous@${labs.host}</scm.c.prefix>
+
+ <scm.c.suffix>svnroot/${labs.project}/${project.artifactId}/trunk</scm.c.suffix>
+ <scm.c.suffix.child>svnroot/${labs.project}/${project.parent.artifactId}/trunk/${project.artifactId}
+ </scm.c.suffix.child>
+
+ <!-- single pom or multi-module pom scm properties -->
+ <maven.scm.url>${scm.url.prefix}/${project.artifactId}/trunk/${scm.url.suffix}</maven.scm.url>
+ <maven.scm.developerConnection>${scm.dc.prefix}/${scm.c.suffix}</maven.scm.developerConnection>
+ <maven.scm.connection>${scm.c.prefix}/${scm.c.suffix}</maven.scm.connection>
+
+ <!-- multi-module level one son pom scm properties -->
+ <maven.scm.url.child>
+ ${scm.url.prefix}/${project.parent.artifactId}/trunk/${project.artifactId}/${scm.url.suffix}
+ </maven.scm.url.child>
+ <maven.scm.developerConnection.child>${scm.dc.prefix}/${scm.c.suffix.child}
+ </maven.scm.developerConnection.child>
+ <maven.scm.connection.child>${scm.c.prefix}/${scm.c.suffix.child}</maven.scm.connection.child>
+
+ </properties>
+
+ <packaging>pom</packaging>
+
+ <build>
+
+ <defaultGoal>install</defaultGoal>
+ <!--Ressources-->
+ <resources>
+ <resource>
+ <directory>${maven.src.dir}/main/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ <excludes>
+ <exclude>**/*~</exclude>
+ </excludes>
+ </resource>
+
+ <!-- FIXME this resource should not be always included in our super-pom ! -->
+ <!--resource>
+ <directory>${maven.src.dir}/main/xsl</directory>
+ <includes>
+ <include>**/*.xsl</include>
+ </includes>
+ </resource-->
+ </resources>
+
+ <pluginManagement>
+
+
+ <plugins>
+
+ <!-- - - - - - - - - -->
+ <!-- PHASE VALIDATE -->
+ <!-- - - - - - - - - -->
+
+ <!-- - - - - - - - - - - - -->
+ <!-- PHASE GENERATE-SOURCES -->
+ <!-- - - - - - - - - - - - -->
+
+ <!-- - - - - - - - - - - - -->
+ <!-- PHASE PROCESS-SOURCES -->
+ <!-- - - - - - - - - - - - -->
+
+
+ <!-- - - - - - - - - - - - - -->
+ <!-- PHASE GENERATE-RESOURCES -->
+ <!-- - - - - - - - - - - - - -->
+
+ <!-- - - - - - - - - - - - - -->
+ <!-- PHASE PROCESS-RESOURCES -->
+ <!-- - - - - - - - - - - - - -->
+
+ <!-- plugin resources -->
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <!-- - - - - - - - -->
+ <!-- PHASE COMPILE -->
+ <!-- - - - - - - - -->
+
+ <!-- plugin compiler -->
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${maven.compile.source}</source>
+ <target>${maven.compile.target}</target>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <!-- - - - - - - - - - - - -->
+ <!-- PHASE PROCESS-CLASSES -->
+ <!-- - - - - - - - - - - - -->
+
+ <!-- - - - - - -->
+ <!-- PHASE TEST -->
+ <!-- - - - - - -->
+
+ <!-- plugin surefire -->
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>${maven.test.skip}</skip>
+ <testFailureIgnore>${maven.test.testFailureIgnore}</testFailureIgnore>
+ <forkMode>${maven.test.forkMode}</forkMode>
+ <!--Exclude NaughtyTest.java-->
+ <!--<includes>
+ <include>**/*Test.java</include>
+ </includes>
+ <excludes>
+ <exclude>**/NaughtyTest.java</exclude>
+ </excludes>-->
+ </configuration>
+ </plugin>
+
+ <!-- - - - - - - - - -->
+ <!-- - PHASE PACKAGE -->
+ <!-- - - - - - - - - -->
+
+ <!-- plugin dependency -->
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>false</overWriteSnapshots>
+ <overWriteIfNewer>true</overWriteIfNewer>
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- plugin war -->
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>2.1-alpha-2</version>
+ <configuration>
+ <warSourceDirectory>${maven.src.dir}/main/webapp</warSourceDirectory>
+ </configuration>
+ </plugin>
+
+ <!-- plugin jar -->
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <inherited>true</inherited>
+
+ <configuration>
+ <archive>
+ <!-- cela fait bugger le chargement des service via
+ ServiceLoader donc on desactive -->
+ <!--index>true</index-->
+ <manifest>
+ <mainClass>${maven.jar.main.class}</mainClass>
+ </manifest>
+ <manifestEntries>
+ <url>${pom.url}</url>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <!-- - - - - - - - -->
+ <!-- PHASE VERIFY -->
+ <!-- - - - - - - - -->
+
+ <!-- plugin source -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.0.4</version>
+ <inherited>true</inherited>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar</goal>
+ <!--goal>test-jar</goal-->
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- plugin javadoc -->
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${javadoc.version}</version>
+ <configuration>
+ <docencoding>${project.build.sourceEncoding}</docencoding>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ <charset>${project.build.sourceEncoding}</charset>
+ <quiet>true</quiet>
+ <excludePackageNames>${maven.javadoc.excludePackageNames}</excludePackageNames>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ <!--goal>test-jar</goal-->
+ </goals>
+ <configuration>
+ <attach>true</attach>
+ <quiet>true</quiet>
+ <!-- uniquement a partir de javadoc 2.5 -->
+ <!--skip>${maven.javadoc.skip}</skip-->
+ </configuration>
+ </execution>
+ </executions>
+
+ </plugin>
+
+ <!-- - - - - - -->
+ <!-- PHASE SITE -->
+ <!-- - - - - - -->
+
+ <!-- plugin site -->
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
+ <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
+ <generateReports>${maven.reports.generate}</generateReports>
+ <locales>${maven.site.locales}</locales>
+ <attach>false</attach>
+ </configuration>
+ </plugin>
+
+ </plugins>
+ </pluginManagement>
+
+ <plugins>
+
+ </plugins>
+ </build>
+
+ <!--Site-->
+ <reporting>
+ <plugins>
+
+ <!--
+ The Project Info Reports Plugin has twelve goals:
+ * project-info-reports:cim is used to generate the Project Continuous Integration System report.
+ * project-info-reports:dependencies is used to generate the Project Dependencies report.
+ * project-info-reports:dependency-convergence is used to generate the Project Dependency Convergence report for reactor builds.
+ * project-info-reports:dependency-management is used to generate the Project DependencyManagement report.
+ * project-info-reports:index is used to generate the Project index page.
+ * project-info-reports:issue-tracking is used to generate the Project Issue Tracking report.
+ * project-info-reports:license is used to generate the Project License report.
+ * project-info-reports:mailing-list is used to generate the Project Mailing List report.
+ * project-info-reports:plugin-management is used to generate the Project PluginManagement report.
+ * project-info-reports:project-team is used to generate the Project Team report.
+ * project-info-reports:scm is used to generate the Project Source Code Management report.
+ * project-info-reports:summary is used to generate the Project information reports summary.
+ -->
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1-cl</version>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${javadoc.version}</version>
+ <configuration>
+ <quiet>true</quiet>
+ <docencoding>${project.build.sourceEncoding}</docencoding>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ <excludePackageNames>${maven.javadoc.excludePackageNames}</excludePackageNames>
+ </configuration>
+ </plugin>
+
+ <!-- changelog:changelog
+ changelog:dev-activity
+ changelog:file-activity -->
+ <plugin>
+ <artifactId>maven-changelog-plugin</artifactId>
+ </plugin>
+
+ <!-- Implicit add of reportSet to not generate jira reports -->
+ <plugin>
+ <artifactId>maven-changes-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>changes-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <encoding>${project.build.sourceEncoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXRef>true</linkXRef>
+ <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
+ <minimumTokens>100</minimumTokens>
+ <targetJdk>${maven.compile.target}</targetJdk>
+ </configuration>
+
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ <!-- Not official report plugins -->
+ <!-- and not working with viewCVS -->
+ <!--plugin>
+ <groupId>net.sf</groupId>
+ <artifactId>stat-scm</artifactId>
+ <version>1.2.0</version>
+ </plugin-->
+ </plugins>
+ </reporting>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <!-- Build Environment : Environment Information -->
+
+ <issueManagement>
+ <system>gforge</system>
+ <url>http://${labs.host}/tracker/?group_id=${labs.id}</url>
+ </issueManagement>
+
+ <ciManagement>
+ <system>hudson</system>
+ <url>http://hudson.codelutin.com/hudson</url>
+ <notifiers>
+ <notifier>
+ <type>mail</type>
+ <configuration>
+ <recipients>dev(a)codelutin.com</recipients>
+ </configuration>
+ <sendOnSuccess>true</sendOnSuccess>
+ <sendOnError>true</sendOnError>
+ <address>admin+hudson(a)codelutin.com</address>
+ </notifier>
+ </notifiers>
+ </ciManagement>
+
+ <!--Any mailing lists for the project-->
+ <mailingLists>
+ <mailingList>
+ <name>${labs.project}-commits</name>
+ <subscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-commits</subscribe>
+ <unsubscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-commits</unsubscribe>
+ <post>${labs.project}-commits(a)lists.${labs.list.host}</post>
+ <archive>http://${labs.list.host}/pipermail/${labs.project}-commits/</archive>
+ </mailingList>
+
+ <mailingList>
+ <name>${labs.project}-devel</name>
+ <subscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-devel</subscribe>
+ <unsubscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-devel</unsubscribe>
+ <post>${labs.project}-devel(a)lists.${labs.list.host}</post>
+ <archive>http://${labs.list.host}/pipermail/${labs.project}-devel/</archive>
+ </mailingList>
+
+ <mailingList>
+ <name>${labs.project}-user</name>
+ <subscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-user</subscribe>
+ <unsubscribe>http://${labs.list.host}/mailman/listinfo/${labs.project}-user</unsubscribe>
+ <post>${labs.project}-user(a)lists.${labs.list.host}</post>
+ <archive>http://${labs.list.host}/pipermail/${labs.project}-user/</archive>
+ </mailingList>
+ </mailingLists>
+
+ <!--
+ Source control management.
+ By inheritance, url are always false, need manual include.
+
+ Add this to your pom :
+ <scm>
+ <connection>${maven.scm.connection}</connection>
+ <developerConnection>${maven.scm.developerConnection}</developerConnection>
+ <url>${maven.scm.url}</url>
+ </scm>
+ -->
+ <scm>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/tags/3.5</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/tags/3.5</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/ta…</url>
+ </scm>
+
+ <!-- ************************************************************* -->
+ <!-- *** Maven Environment *************************************** -->
+ <!-- ************************************************************* -->
+
+ <!-- prerequisites -->
+ <prerequisites>
+ <maven>2.0.8</maven>
+ </prerequisites>
+
+ <!-- Maven Environment : Repositories -->
+
+ <!--Code Lutin Repository-->
+ <!-- redescendu dans tous les projets pour qu'ils soitent autonomes -->
+ <!--repositories>
+ <repository>
+
+ <id>codelutin-repository</id>
+ <name>CodeLutinRepository</name>
+ <url>${labs.builder.url}</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </repository>
+ </repositories-->
+
+ <!-- Code Lutin : plugin repositories -->
+ <pluginRepositories>
+ <pluginRepository>
+ <id>codelutin-plugin-repository</id>
+ <name>CodeLutinPluginRepository</name>
+ <url>${labs.builder.url}</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <!--Distribution-->
+ <distributionManagement>
+ <repository>
+ <id>labs</id>
+ <url>scpexe://${labs.host}/home/groups/lutinbuilder/htdocs/maven2</url>
+ </repository>
+ <site>
+ <id>labs</id>
+ <!-- BE WARE, if your project is a a real labs project, you have to
+ override this property in your pom, otherwise maven will suffix this
+ value with /${pom.artifactId}.
+ You just have to copy the same definition for this property in your pom
+ -->
+ <url>scpexe://${labs.host}/home/groups/${labs.project}/htdocs</url>
+ </site>
+ </distributionManagement>
+
+ <!-- Maven Environment : profiles -->
+ <profiles>
+
+ <!-- do not execute tests (generaly a bad idea...) -->
+ <profile>
+ <id>notests</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+ </profile>
+
+ <!-- perform only on a release stage when using the maven-release-plugin -->
+ <profile>
+ <id>release-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+
+ <!-- always check labs properties -->
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <id>lutinproject</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <phase>initialize</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <rules>
+ <!-- on verifie que le labs.id et labs.name sont bien surchargés (sauf pour les project de
+ lutinbuilder). -->
+ <myCustomRule implementation="org.codelutin.enforcer.CheckLabsPropertiesRule" />
+
+ <requireProperty>
+ <property>labs.id</property>
+ <regex>\d+</regex>
+ <regexMessage>"labs.id can must be a number!"</regexMessage>
+ </requireProperty>
+ <requireProperty>
+ <property>labs.project</property>
+ <regex>\w(\w|\d|-)*</regex>
+ <regexMessage>"labs.project can not be empty!"</regexMessage>
+ </requireProperty>
+ <requireFilesExist>
+ <files>
+ <file>changelog.txt</file>
+ <file>LICENSE.txt</file>
+ <file>README.txt</file>
+ </files>
+ </requireFilesExist>
+ </rules>
+ <ignoreCache>true</ignoreCache>
+ <failFast>true</failFast>
+ <fail>true</fail>
+
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>lutin-enforcer-rules</artifactId>
+ <version>${lutin-enforcer-rules.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+
+ <!-- always compute source jar -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- always compute javadoc jar -->
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+
+ </build>
+ </profile>
+ <!-- use this plugin to run the main class -->
+ <profile>
+ <id>run</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <defaultGoal>compile</defaultGoal>
+ <plugins>
+ <plugin>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <id>run</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <phase>initialize</phase>
+ <configuration>
+ <rules>
+ <requireProperty>
+ <property>maven.jar.main.class</property>
+ <message>Could not find the "maven.jar.main.class" required property, use
+ -Dmaven.jar.main.class=your.main.class.fqn
+ </message>
+ </requireProperty>
+ </rules>
+ <ignoreCache>true</ignoreCache>
+ <failFast>true</failFast>
+ <fail>true</fail>
+
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+ <id>run</id>
+ <goals>
+ <goal>java</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <mainClass>${maven.jar.main.class}</mainClass>
+ <classpathScope>runtime</classpathScope>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ </plugins>
+ </build>
+ <properties>
+ <exec.mainClass>${maven.jar.main.class}</exec.mainClass>
+ <exec.classpathScope>runtime</exec.classpathScope>
+ </properties>
+ </profile>
+
+ <!-- profile to fix site url only for the pom -->
+ <!-- big hack : test the existance of a rst file to know if we are really in the plugin ? -->
+ <profile>
+ <id>internalProfile</id>
+ <activation>
+ <file>
+ <exists>src/site/rst/MavenProjectBestPractices.rst</exists>
+ </file>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <distributionManagement>
+ <site>
+ <id>labs</id>
+ <url>scpexe://${labs.host}/home/groups/${labs.project}/htdocs/${project.artifactId}</url>
+ </site>
+ </distributionManagement>
+ <properties>
+ <site.home.url>http://${labs.project}.${labs.host}/${project.artifactId}</site.home.url>
+ </properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <locales>fr</locales>
+ <siteDirectory>src/site</siteDirectory>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>doxia-module-jrst</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+
+ </profile>
+ </profiles>
+
+</project>
Copied: lutinproject/tags/3.5/src/site/rst (from rev 381, lutinproject/trunk/src/site/rst)
Deleted: lutinproject/tags/3.5/src/site/site.xml
===================================================================
--- lutinproject/trunk/src/site/site.xml 2009-04-09 16:35:39 UTC (rev 380)
+++ lutinproject/tags/3.5/src/site/site.xml 2009-04-09 16:47:24 UTC (rev 384)
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="${project.name}">
-
- <publishDate format="dd/MM/yyyy"/>
-
- <skin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-lutin-skin</artifactId>
- <version>0.2.3</version>
- </skin>
-
- <bannerLeft>
- <name>${project.name}</name>
- <src>${site.home.url}</src>
- <href>index.html</href>
- </bannerLeft>
-
- <bannerRight>
- <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
- <href>${project.organization.url}</href>
- </bannerRight>
-
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/>
- <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/>
- <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/>
- </poweredBy>
-
- <body>
- <links>
- <item name="Labs" href="http://labs.libre-entreprise.org/"/>
- <item name="${project.organization.name}" href="${project.organization.url}"/>
- <item name="lutinpluginproject" href="../lutinpluginproject"/>
- <item name="maven-lutin-skin" href="../maven-lutin-skin"/>
- <item name="lutin-enforcer-rules" href="../lutin-enforcer-rules"/>
- <item name="lutin maven repository" href="../maven2"/>
- </links>
-
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- </menu>
-
- <menu name="Téléchargement">
- <item href="../maven2/org/codelutin/${project.artifactId}/${project.version}"
- name="Télécharger la dernière version"/>
- <item href="../maven2/org/codelutin/${project.artifactId}"
- name="Voir toutes les versions"/>
- </menu>
-
- <menu name="Développeur">
- <item name="A faire" href="Todo.html"/>
- </menu>
-
- <menu ref="reports"/>
-
- <!--menu ref="modules"/-->
-
- </body>
-</project>
Copied: lutinproject/tags/3.5/src/site/site.xml (from rev 381, lutinproject/trunk/src/site/site.xml)
===================================================================
--- lutinproject/tags/3.5/src/site/site.xml (rev 0)
+++ lutinproject/tags/3.5/src/site/site.xml 2009-04-09 16:47:24 UTC (rev 384)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="${project.name}">
+
+ <publishDate format="dd/MM/yyyy"/>
+
+ <skin>
+ <groupId>org.codelutin</groupId>
+ <artifactId>maven-lutin-skin</artifactId>
+ <version>0.2.3</version>
+ </skin>
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <src>${site.home.url}</src>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <bannerRight>
+ <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
+ <href>${project.organization.url}</href>
+ </bannerRight>
+
+ <!--poweredBy>
+ <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/>
+ <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/>
+ <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/>
+ </poweredBy-->
+
+ <body>
+ <!--links>
+ <item name="Labs" href="http://labs.libre-entreprise.org/"/>
+ <item name="${project.organization.name}" href="${project.organization.url}"/>
+ <item name="lutinpluginproject" href="../lutinpluginproject"/>
+ <item name="maven-lutin-skin" href="../maven-lutin-skin"/>
+ <item name="lutin-enforcer-rules" href="../lutin-enforcer-rules"/>
+ <item name="lutin maven repository" href="../maven2"/>
+ </links-->
+
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ </menu>
+
+ <menu name="Téléchargement">
+ <item href="../maven2/org/codelutin/${project.artifactId}/${project.version}"
+ name="Télécharger la dernière version"/>
+ <item href="../maven2/org/codelutin/${project.artifactId}"
+ name="Voir toutes les versions"/>
+ </menu>
+
+ <menu name="Développeur">
+ <item name="A faire" href="Todo.html"/>
+ </menu>
+
+ <menu name="Links">
+ <item name="Labs" href="http://labs.libre-entreprise.org/"/>
+ <item name="${project.organization.name}" href="${project.organization.url}"/>
+ <item name="lutinpluginproject" href="../lutinpluginproject"/>
+ <item name="maven-lutin-skin" href="../maven-lutin-skin"/>
+ <item name="lutin-enforcer-rules" href="../lutin-enforcer-rules"/>
+ <item name="lutin maven repository" href="../maven2"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ <!--menu ref="modules"/-->
+
+ </body>
+</project>
1
0
[Lutinbuilder-commits] r383 - lutinproject/trunk
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:47:20 +0000 (Thu, 09 Apr 2009)
New Revision: 383
Modified:
lutinproject/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 3.5
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:43:24 UTC (rev 382)
+++ lutinproject/trunk/pom.xml 2009-04-09 16:47:20 UTC (rev 383)
@@ -10,7 +10,7 @@
<!-- POM Relationships : Coordinates -->
<groupId>org.codelutin</groupId>
<artifactId>lutinproject</artifactId>
- <version>3.5-SNAPSHOT</version>
+ <version>3.5</version>
<!-- POM Relationships : Inheritance -->
@@ -644,9 +644,9 @@
</scm>
-->
<scm>
- <connection>${maven.scm.connection}</connection>
- <developerConnection>${maven.scm.developerConnection}</developerConnection>
- <url>${maven.scm.url}</url>
+ <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/tags/3.5</connection>
+ <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/tags/3.5</developerConnection>
+ <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/ta…</url>
</scm>
<!-- ************************************************************* -->
1
0
[Lutinbuilder-commits] r382 - lutinproject/trunk
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:43:24 +0000 (Thu, 09 Apr 2009)
New Revision: 382
Modified:
lutinproject/trunk/pom.xml
Log:
remove old site gen dir property
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:37:36 UTC (rev 381)
+++ lutinproject/trunk/pom.xml 2009-04-09 16:43:24 UTC (rev 382)
@@ -212,9 +212,6 @@
<!-- where to generate test source -->
<maven.test.gen.dir>${project.build.directory}/generated-test-sources</maven.test.gen.dir>
- <!-- where to generate site -->
- <maven.site.gen.dir>${project.build.directory}/generated-site</maven.site.gen.dir>
-
<!-- locales for the site generation, by default only french -->
<maven.site.locales>fr</maven.site.locales>
@@ -475,7 +472,6 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.0</version>
<configuration>
- <siteDirectory>${maven.site.gen.dir}</siteDirectory>
<inputEncoding>${project.build.sourceEncoding}</inputEncoding>
<outputEncoding>${project.build.sourceEncoding}</outputEncoding>
<generateReports>${maven.reports.generate}</generateReports>
1
0
[Lutinbuilder-commits] r381 - in lutinproject/trunk: . src/site src/site/rst src/site/rst/images
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:37:36 +0000 (Thu, 09 Apr 2009)
New Revision: 381
Added:
lutinproject/trunk/src/site/rst/
lutinproject/trunk/src/site/rst/MavenProjectBestPractices.rst
lutinproject/trunk/src/site/rst/Todo.rst
lutinproject/trunk/src/site/rst/images/
lutinproject/trunk/src/site/rst/images/jrst-logo.png
lutinproject/trunk/src/site/rst/index.rst
Modified:
lutinproject/trunk/changelog.txt
lutinproject/trunk/pom.xml
lutinproject/trunk/src/site/site.xml
Log:
preparation release 3.5 (sans jrst et utilisation de doxia-module-jrst)
Modified: lutinproject/trunk/changelog.txt
===================================================================
--- lutinproject/trunk/changelog.txt 2009-04-09 16:35:39 UTC (rev 380)
+++ lutinproject/trunk/changelog.txt 2009-04-09 16:37:36 UTC (rev 381)
@@ -1,4 +1,8 @@
-3.4.0 chemit 20090128
+3.5 chemit 20090409
+ * 20090409 [chemit] - remove all dependencies to jrst, now prefer use doxia-module-jrst
+ - use javadoc 2.5 (can not be used for multi-module projects)
+
+3.4 chemit 20090128
* 20090218 [chemit] - release 3.4
- remove all dependencies to our libs and plugin
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 16:35:39 UTC (rev 380)
+++ lutinproject/trunk/pom.xml 2009-04-09 16:37:36 UTC (rev 381)
@@ -230,7 +230,8 @@
<!-- to activate generation of reports and javadoc when doing a site -->
<maven.reports.generate>true</maven.reports.generate>
- <javadoc.version>2.4</javadoc.version>
+ <javadoc.version>2.5</javadoc.version>
+
<lutin-enforcer-rules.version>0.2</lutin-enforcer-rules.version>
<!-- default license to use -->
@@ -282,12 +283,12 @@
</resource>
<!-- FIXME this resource should not be always included in our super-pom ! -->
- <resource>
+ <!--resource>
<directory>${maven.src.dir}/main/xsl</directory>
<includes>
<include>**/*.xsl</include>
</includes>
- </resource>
+ </resource-->
</resources>
<pluginManagement>
@@ -488,31 +489,6 @@
<plugins>
- <!--Tasks Ant-->
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <!--Copy files for site-->
- <execution>
- <id>CopySiteFiles</id>
- <phase>pre-site</phase>
- <configuration>
- <tasks>
- <mkdir dir="${maven.src.dir}/site" />
- <copy todir="${maven.site.gen.dir}" verbose="${maven.verbose}" overwrite="false">
- <fileset dir="${maven.src.dir}/site">
- <exclude name="**/rst/**" />
- </fileset>
- </copy>
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>
@@ -672,9 +648,9 @@
</scm>
-->
<scm>
- <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</connection>
- <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutinproject/trunk</developerConnection>
- <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinproject/tr…</url>
+ <connection>${maven.scm.connection}</connection>
+ <developerConnection>${maven.scm.developerConnection}</developerConnection>
+ <url>${maven.scm.url}</url>
</scm>
<!-- ************************************************************* -->
@@ -837,30 +813,9 @@
</execution>
</executions>
</plugin>
-
- <plugin>
- <groupId>org.codelutin</groupId>
- <artifactId>maven-jrst-plugin</artifactId>
- <!-- on ne peut pas utiliser jrst.version car cela
- pose des problèmes pendant les montées de version -->
- <version>0.8.4</version>
- <configuration>
- <directoryIn>${maven.src.dir}/site</directoryIn>
- <directoryOut>${maven.site.gen.dir}</directoryOut>
- <defaultLocale>fr</defaultLocale>
- <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
- <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
- </configuration>
- <executions>
- <execution>
- <phase>pre-site</phase>
- <goals>
- <goal>jrst</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+
</plugins>
+
</build>
</profile>
<!-- use this plugin to run the main class -->
@@ -910,7 +865,7 @@
<goals>
<goal>java</goal>
</goals>
- <phase>compile</phase>
+ <phase>package</phase>
<configuration>
<mainClass>${maven.jar.main.class}</mainClass>
<classpathScope>runtime</classpathScope>
@@ -933,7 +888,7 @@
<id>internalProfile</id>
<activation>
<file>
- <exists>src/site/fr/rst/MavenProjectBestPractices.rst</exists>
+ <exists>src/site/rst/MavenProjectBestPractices.rst</exists>
</file>
<activeByDefault>false</activeByDefault>
</activation>
@@ -946,6 +901,29 @@
<properties>
<site.home.url>http://${labs.project}.${labs.host}/${project.artifactId}</site.home.url>
</properties>
+
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <locales>fr</locales>
+ <siteDirectory>src/site</siteDirectory>
+ </configuration>
+ <dependencies>
+ <dependency>
+ <groupId>org.codelutin</groupId>
+ <artifactId>doxia-module-jrst</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+
</profile>
</profiles>
Copied: lutinproject/trunk/src/site/rst/MavenProjectBestPractices.rst (from rev 376, lutinproject/trunk/src/site/fr/rst/MavenProjectBestPractices.rst)
===================================================================
--- lutinproject/trunk/src/site/rst/MavenProjectBestPractices.rst (rev 0)
+++ lutinproject/trunk/src/site/rst/MavenProjectBestPractices.rst 2009-04-09 16:37:36 UTC (rev 381)
@@ -0,0 +1,55 @@
+=====================
+Maven 2 best pratices
+=====================
+
+
+.. contents::
+
+
+Présentation
+------------
+
+Ce document énumère les bonnes pratiques à retenir sur l'utilisation de maven 2.
+
+Préconisations générales
+------------------------
+
+Inspiration du document http://www.javaworld.com/javaworld/jw-05-2006/jw-0529-maven.html .
+
+.. image:: http://www.javaworld.com/javaworld/jw-05-2006/images/jw-0529-maven1.gif
+
+- toujours respecter la même organisation dans nos pom
+
+- les principales sections d'un pom :
+
+ - POM Relationships
+
+ - Project Information
+
+ - Build Settings
+
+ - Build Environment
+
+ - Maven Environment
+
+A faire
+
+Création d'un nouveau projet lutin
+----------------------------------
+
+A faire
+
+Création d'un nouveau projet lutin multi-modules
+------------------------------------------------
+
+A faire
+
+Création d'un nouveau plugin lutin
+----------------------------------
+
+A faire
+
+Les plugins utilisés
+--------------------
+
+A faire
Property changes on: lutinproject/trunk/src/site/rst/MavenProjectBestPractices.rst
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: lutinproject/trunk/src/site/rst/Todo.rst (from rev 376, lutinproject/trunk/src/site/fr/rst/Todo.rst)
===================================================================
--- lutinproject/trunk/src/site/rst/Todo.rst (rev 0)
+++ lutinproject/trunk/src/site/rst/Todo.rst 2009-04-09 16:37:36 UTC (rev 381)
@@ -0,0 +1,15 @@
+====
+TODO
+====
+
+
+Création d'archetypes
+---------------------
+
+Il nous faudrait 2 archetypes pour la construction d'un nouveau projet :
+
+ - un pour un projet no multi-modules
+
+ - un pour les projets multi-modules
+
+
\ No newline at end of file
Property changes on: lutinproject/trunk/src/site/rst/Todo.rst
___________________________________________________________________
Name: svn:mergeinfo
+
Copied: lutinproject/trunk/src/site/rst/images/jrst-logo.png (from rev 376, lutinproject/trunk/src/site/fr/rst/images/jrst-logo.png)
===================================================================
(Binary files differ)
Property changes on: lutinproject/trunk/src/site/rst/images/jrst-logo.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Name: svn:mergeinfo
+
Copied: lutinproject/trunk/src/site/rst/index.rst (from rev 376, lutinproject/trunk/src/site/fr/rst/index.rst)
===================================================================
--- lutinproject/trunk/src/site/rst/index.rst (rev 0)
+++ lutinproject/trunk/src/site/rst/index.rst 2009-04-09 16:37:36 UTC (rev 381)
@@ -0,0 +1,114 @@
+lutinproject
+============
+
+.. contents::
+
+
+Présentation
+------------
+
+Super pom de tous nos projets.
+
+Les propriétés définies
+-----------------------
+
+ - **labs.id**
+
+ - **labs.project**
+
+ - *labs.host*
+
+ - *labs.list.host*
+
+ - *labs.builder.url*
+
+ - *site.home.url*
+
+ - *maven.compile.source*
+
+ - *maven.compile.target*
+
+ - *maven.compile.encoding*
+
+ - *maven.src.dir*
+
+ - *maven.gen.dir*
+
+ - *maven.site.gen.dir*
+
+ - *maven.site.locales*
+
+ - *maven.test.testFailureIgnore*
+
+ - *maven.test.skip*
+
+ - *maven.reports.generate*
+
+ - *license-switcher.version*
+
+ - *license-switcher.licenseName*
+
+ - *maven.scm.url*
+
+ - *maven.scm.developerConnection*
+
+ - *maven.scm.connection*
+
+ - *maven.scm.url.child*
+
+ - *maven.scm.developerConnection.child*
+
+ - *maven.scm.connection.child*
+
+ - *maven.scm.url.child.child*
+
+ - *maven.scm.developerConnection.child.child*
+
+ - *maven.scm.connection.child.child*
+
+
+.. WARNING::
+ Expliquer à quoi servent ces propriétés.
+
+Vérification de conformité
+--------------------------
+
+On effectue sur le pom des contrôles de conformités via *maven-enforcer-plugin*.
+
+propriétés obligatoires
+~~~~~~~~~~~~~~~~~~~~~~~
+
+ - *labs.id* : doit être un nombre
+
+ - *labs.projects* : doit etre non vide et commencer par un mot
+
+fichiers obligatoires
+~~~~~~~~~~~~~~~~~~~~~
+
+ - README.txt
+
+ - changelog.txt
+
+ - LICENSE.txt
+
+
+Les plugins configurés
+----------------------
+
+.. WARNING::
+ A faire
+
+
+Montée en version d'un plugin
+-----------------------------
+
+.. WARNING::
+ A faire
+
+
+La gestion scm
+--------------
+
+.. WARNING::
+ A faire
+
Property changes on: lutinproject/trunk/src/site/rst/index.rst
___________________________________________________________________
Name: svn:mergeinfo
+
Modified: lutinproject/trunk/src/site/site.xml
===================================================================
--- lutinproject/trunk/src/site/site.xml 2009-04-09 16:35:39 UTC (rev 380)
+++ lutinproject/trunk/src/site/site.xml 2009-04-09 16:37:36 UTC (rev 381)
@@ -20,21 +20,21 @@
<href>${project.organization.url}</href>
</bannerRight>
- <poweredBy>
+ <!--poweredBy>
<logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/>
<logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/>
<logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/>
- </poweredBy>
+ </poweredBy-->
<body>
- <links>
+ <!--links>
<item name="Labs" href="http://labs.libre-entreprise.org/"/>
<item name="${project.organization.name}" href="${project.organization.url}"/>
<item name="lutinpluginproject" href="../lutinpluginproject"/>
<item name="maven-lutin-skin" href="../maven-lutin-skin"/>
<item name="lutin-enforcer-rules" href="../lutin-enforcer-rules"/>
<item name="lutin maven repository" href="../maven2"/>
- </links>
+ </links-->
<menu name="Utilisateur">
<item name="Accueil" href="index.html"/>
@@ -51,6 +51,15 @@
<item name="A faire" href="Todo.html"/>
</menu>
+ <menu name="Links">
+ <item name="Labs" href="http://labs.libre-entreprise.org/"/>
+ <item name="${project.organization.name}" href="${project.organization.url}"/>
+ <item name="lutinpluginproject" href="../lutinpluginproject"/>
+ <item name="maven-lutin-skin" href="../maven-lutin-skin"/>
+ <item name="lutin-enforcer-rules" href="../lutin-enforcer-rules"/>
+ <item name="lutin maven repository" href="../maven2"/>
+ </menu>
+
<menu ref="reports"/>
<!--menu ref="modules"/-->
1
0
[Lutinbuilder-commits] r380 - lutinproject/trunk/src/site
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
by tchemit@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: tchemit
Date: 2009-04-09 16:35:39 +0000 (Thu, 09 Apr 2009)
New Revision: 380
Removed:
lutinproject/trunk/src/site/fr/
Log:
preparation release 3.5 (sans jrst et utilisation de doxia-module-jrst)
1
0
[Lutinbuilder-commits] r379 - lutinproject/trunk
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 12:38:13 +0000 (Thu, 09 Apr 2009)
New Revision: 379
Modified:
lutinproject/trunk/pom.xml
Log:
Fix xsd location
Modified: lutinproject/trunk/pom.xml
===================================================================
--- lutinproject/trunk/pom.xml 2009-04-09 12:35:56 UTC (rev 378)
+++ lutinproject/trunk/pom.xml 2009-04-09 12:38:13 UTC (rev 379)
@@ -1,5 +1,5 @@
<?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/maven-v4_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>
1
0
[Lutinbuilder-commits] r378 - maven-lutin-skin/trunk
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
by chatellier@users.labs.libre-entreprise.org 09 Apr '09
09 Apr '09
Author: chatellier
Date: 2009-04-09 12:35:56 +0000 (Thu, 09 Apr 2009)
New Revision: 378
Modified:
maven-lutin-skin/trunk/pom.xml
Log:
Fix xsd location
Modified: maven-lutin-skin/trunk/pom.xml
===================================================================
--- maven-lutin-skin/trunk/pom.xml 2009-03-26 08:48:26 UTC (rev 377)
+++ maven-lutin-skin/trunk/pom.xml 2009-04-09 12:35:56 UTC (rev 378)
@@ -1,5 +1,5 @@
<?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/maven-v4_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">
<!--The version of maven's project object model-->
<modelVersion>4.0.0</modelVersion>
1
0