This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See http://git.nuiton.org/jrst.git commit 27dfefc4c0d4cf81e7c2eb26a1f9e77827736a53 Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Oct 7 18:37:29 2014 +0200 fixes #3530: Migrates to Git --- .gitignore | 13 ++ docutils/pom.xml | 44 ++---- doxia-module-jrst-legacy/pom.xml | 76 +++++------ doxia-module-jrst/pom.xml | 47 +++---- jrst-doc/pom.xml | 92 +++++-------- jrst-site-util/pom.xml | 42 +++--- jrst/pom.xml | 114 +++++++--------- pom.xml | 284 ++++++++++++++++++++------------------- 8 files changed, 320 insertions(+), 392 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e864f76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/target +/*/target +/*.ipr +/*/*.ipr +/.idea +/*.iws +/*/*.iws +/*.iml +/*/*.iml +/*~ +/*/*~ +/*.log +/*/*.log diff --git a/docutils/pom.xml b/docutils/pom.xml index da2ab59..7f9a2ba 100644 --- a/docutils/pom.xml +++ b/docutils/pom.xml @@ -21,14 +21,10 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> @@ -38,23 +34,10 @@ <groupId>org.nuiton.jrst</groupId> <artifactId>docutils</artifactId> - <dependencies> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRst :: Docutils</name> <description>Bibliothèque Python Docutils</description> <inceptionYear>2012</inceptionYear> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> - <properties> <maven.jar.main.class>org.nuiton.jrst.JRST</maven.jar.main.class> @@ -64,7 +47,19 @@ </properties> + <dependencies> + + </dependencies> + <build> + <resources> + <resource> + <directory>${project.basedir}/src/main/resources/docutils/</directory> + </resource> + <resource> + <directory>${project.build.directory}/generated-resources</directory> + </resource> + </resources> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -86,17 +81,6 @@ </executions> </plugin> </plugins> - <resources> - <resource> - <directory>${project.basedir}/src/main/resources/docutils/</directory> - </resource> - <resource> - <directory>${project.build.directory}/generated-resources</directory> - </resource> - </resources> - </build> - </project> - diff --git a/doxia-module-jrst-legacy/pom.xml b/doxia-module-jrst-legacy/pom.xml index 81cd5bf..f2c5301 100644 --- a/doxia-module-jrst-legacy/pom.xml +++ b/doxia-module-jrst-legacy/pom.xml @@ -21,14 +21,10 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> @@ -38,6 +34,35 @@ <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst-legacy</artifactId> + <name>JRst :: Doxia module legacy</name> + <description>JRst legacy module for doxia</description> + <inceptionYear>2009</inceptionYear> + + <developers> + <developer> + <name>Eric Chatellier</name> + <id>echatellier</id> + <email>chatellier@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@codelutin.com + </email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> + <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -107,46 +132,7 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JRst :: Doxia module legacy</name> - <description>JRst legacy module for doxia</description> - <inceptionYear>2009</inceptionYear> - - <developers> - <developer> - <name>Eric Chatellier</name> - <id>echatellier</id> - <email>chatellier@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@codelutin.com - </email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> - <build> - <plugins> <plugin> diff --git a/doxia-module-jrst/pom.xml b/doxia-module-jrst/pom.xml index 04b3d4d..cae4999 100644 --- a/doxia-module-jrst/pom.xml +++ b/doxia-module-jrst/pom.xml @@ -22,13 +22,7 @@ --> <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 *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> @@ -38,6 +32,24 @@ <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> + <name>JRst :: Doxia module</name> + <description>JRst module for doxia</description> + <inceptionYear>2009</inceptionYear> + + <developers> + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit@codelutin.com + </email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> + <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -99,30 +111,7 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JRst :: Doxia module</name> - <description>JRst module for doxia</description> - <inceptionYear>2009</inceptionYear> - - <developers> - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit@codelutin.com - </email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> - <build> - <plugins> <plugin> <groupId>org.codehaus.plexus</groupId> diff --git a/jrst-doc/pom.xml b/jrst-doc/pom.xml index f1e34ee..aabc578 100644 --- a/jrst-doc/pom.xml +++ b/jrst-doc/pom.xml @@ -21,22 +21,28 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.nuiton</groupId> + <artifactId>jrst</artifactId> + <version>2.1-SNAPSHOT</version> + </parent> - <modelVersion>4.0.0</modelVersion> + <groupId>org.nuiton.jrst</groupId> + <artifactId>jrst-doc</artifactId> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> + <packaging>pom</packaging> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>jrst</artifactId> - <version>2.1-SNAPSHOT</version> - </parent> + <name>JRst :: Documentation</name> + <description>JRST documentations</description> + <inceptionYear>2009</inceptionYear> - <groupId>org.nuiton.jrst</groupId> - <artifactId>jrst-doc</artifactId> + <properties> + <maven.reports.generate>false</maven.reports.generate> + <siteSourcesType>rst</siteSourcesType> + </properties> <dependencies> <dependency> @@ -51,49 +57,25 @@ <version>${sitePluginVersion}</version> </dependency> </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRst :: Documentation</name> - <description>JRST documentations</description> - <inceptionYear>2009</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>pom</packaging> - - <properties> - <maven.reports.generate>false</maven.reports.generate> - <siteSourcesType>rst</siteSourcesType> - </properties> - - <build> - - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - <executions> - <execution> - <id>default-site</id> - </execution> - </executions> - </plugin> - </plugins> - - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> + <build> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + <executions> + <execution> + <id>default-site</id> + </execution> + </executions> + </plugin> + </plugins> + </build> </project> - diff --git a/jrst-site-util/pom.xml b/jrst-site-util/pom.xml index 7cc394d..e5b7c33 100644 --- a/jrst-site-util/pom.xml +++ b/jrst-site-util/pom.xml @@ -22,13 +22,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 *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> @@ -38,6 +33,24 @@ <groupId>org.nuiton.jrst</groupId> <artifactId>jrst-site-util</artifactId> + <name>JRst :: Site util</name> + <description>JRst maven site utils used by any jrst doxia module</description> + <inceptionYear>2012</inceptionYear> + + <developers> + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit@codelutin.com + </email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> + <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -162,26 +175,7 @@ </dependencies> - <name>JRst :: Site util</name> - <description>JRst aven site utils used by any jrst doxia module</description> - <inceptionYear>2012</inceptionYear> - - <developers> - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit@codelutin.com - </email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> - <build> - <plugins> <plugin> <groupId>org.codehaus.plexus</groupId> diff --git a/jrst/pom.xml b/jrst/pom.xml index 9af4f1d..7af2c4e 100644 --- a/jrst/pom.xml +++ b/jrst/pom.xml @@ -21,14 +21,10 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jrst</artifactId> @@ -38,6 +34,10 @@ <groupId>org.nuiton.jrst</groupId> <artifactId>jrst</artifactId> + <name>JRst :: Api</name> + <description>Parser RST en Java.</description> + <inceptionYear>2004</inceptionYear> + <properties> <!-- jaxx configuration --> @@ -108,7 +108,7 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> - + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> @@ -118,7 +118,7 @@ <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> - + <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> @@ -137,8 +137,8 @@ </dependency> <dependency> - <groupId>net.sourceforge.saxon</groupId> - <artifactId>saxon</artifactId> + <groupId>net.sourceforge.saxon</groupId> + <artifactId>saxon</artifactId> <scope>runtime</scope> </dependency> @@ -191,21 +191,7 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JRst :: Api</name> - <description>Parser RST en Java.</description> - <inceptionYear>2004</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>jar</packaging> - <build> - <resources> <resource> <directory>${project.basedir}/src/main/resources</directory> @@ -214,7 +200,34 @@ <directory>${project.build.directory}/generated-resources</directory> </resource> </resources> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <quiet>true</quiet> + <links> + <link>http://java.sun.com/javase/6/docs/api/</link> + <link>http://maven-site.nuiton.org/nuiton-utils/apidocs/</link> + </links> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addClasspath>true</addClasspath> + <classpathPrefix>lib/</classpathPrefix> + </manifest> + </archive> + </configuration> + </plugin> + + </plugins> + </pluginManagement> <plugins> <plugin> <groupId>org.nuiton.jaxx</groupId> @@ -227,7 +240,7 @@ </execution> </executions> </plugin> - + <!-- plugin i18n --> <plugin> <groupId>org.nuiton.i18n</groupId> @@ -254,12 +267,12 @@ </goals> <phase>generate-resources</phase> <configuration> - <outputDirectory>${project.build.directory}/generated-resources</outputDirectory> - <includeGroupIds>net.sf.docbook</includeGroupIds> - <includeArtifactIds>docbook-xsl</includeArtifactIds> - <includeTypes>zip</includeTypes> - <includeClassifiers>resources</includeClassifiers> - <excludeTransitive>true</excludeTransitive> + <outputDirectory>${project.build.directory}/generated-resources</outputDirectory> + <includeGroupIds>net.sf.docbook</includeGroupIds> + <includeArtifactIds>docbook-xsl</includeArtifactIds> + <includeTypes>zip</includeTypes> + <includeClassifiers>resources</includeClassifiers> + <excludeTransitive>true</excludeTransitive> </configuration> </execution> <execution> @@ -292,43 +305,8 @@ </plugin> </plugins> - - <pluginManagement> - <plugins> - - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <quiet>true</quiet> - <links> - <link>http://java.sun.com/javase/6/docs/api/</link> - <link>http://maven-site.nuiton.org/nuiton-utils/apidocs/</link> - </links> - </configuration> - </plugin> - - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin> - - </plugins> - </pluginManagement> - </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!-- Maven Environment : profiles --> <profiles> <!-- create assemblies only at release time --> @@ -343,7 +321,7 @@ <build> <defaultGoal>verify</defaultGoal> - + <plugins> <!-- launch in a release the assembly automatically --> @@ -372,6 +350,4 @@ </build> </profile> </profiles> - </project> - diff --git a/pom.xml b/pom.xml index 27d1416..922e28d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,21 +21,67 @@ #L% --> <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"> - + 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 *************************************** --> - <!-- ************************************************************* --> <parent> <groupId>org.nuiton</groupId> - <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>5.1</version> + <artifactId>nuitonpom</artifactId> + <version>1.3</version> </parent> <artifactId>jrst</artifactId> <version>2.1-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>JRst</name> + <description>JRst</description> + <url>http://doc.nuiton.org/jrst</url> + <inceptionYear>2004</inceptionYear> + + <developers> + <developer> + <name>Benjamin Poussin</name> + <id>bpoussin</id> + <email>poussin@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + <role>Debian packager</role> + </roles> + </developer> + <developer> + <name>Eric Chatellier</name> + <id>echatellier</id> + <email>chatellier@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <name>Sylvain Letellier</name> + <id>sletellier</id> + <email>letellier@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>Europe/Paris</timezone> + <roles> + <role>developer</role> + </roles> + </developer> + </developers> <modules> <module>docutils</module> @@ -47,6 +93,47 @@ <module>doxia-module-jrst-legacy</module> <module>jrst-doc</module> </modules> +<!-- Source control management. --> + <scm> + <connection>scm:git:http://git.nuiton.org/jrst.git</connection> + <developerConnection>scm:git:https://git.nuiton.org/jrst.git</developerConnection> + <url>https://gitweb.nuiton.org/jrst.git</url> + </scm> + <distributionManagement> + <site> + <id>${site.server}</id> + <url>${site.url}</url> + </site> + </distributionManagement> + + <properties> + + <projectId>jrst</projectId> + + <doxiaVersion>1.6</doxiaVersion> + <doxiaSitetoolsVersion>1.6</doxiaSitetoolsVersion> + <nuitonI18nVersion>3.3</nuitonI18nVersion> + <xalanVersion>2.7.1</xalanVersion> + <jaxxVersion>2.13</jaxxVersion> + <mavenVersion>2.2.1</mavenVersion> + + <!-- i18n configuration --> + + <locales>fr,en</locales> + <siteSourcesType>apt</siteSourcesType> + + <!-- Can't use version 3.4 since jrst is not compatible --> + <!-- see https://forge.nuiton.org/issues/3342 --> + <sitePluginVersion>3.3</sitePluginVersion> + + <!-- jnlp configuration --> + <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> + <jnlpCodebase>http://doc.nuiton.org/jaxx/${siteDeployClassifier}/jaxx-demo/jnlp</jnlpCodebase> + + <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> + <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> + + </properties> <dependencyManagement> <dependencies> @@ -57,7 +144,7 @@ <version>3.0-rc-8</version> <scope>compile</scope> </dependency> - + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-config</artifactId> @@ -153,7 +240,6 @@ </exclusions> </dependency> - <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> @@ -393,86 +479,66 @@ <version>1.1.1</version> </dependency> + <!-- Junit --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.11</version> + <scope>test</scope> + </dependency> - </dependencies> - </dependencyManagement> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>17.0</version> + </dependency> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRst</name> - <description>JRst</description> - <inceptionYear>2004</inceptionYear> - <url>http://maven-site.nuiton.org/jrst</url> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + </dependency> - <developers> - <developer> - <name>Benjamin Poussin</name> - <id>bpoussin</id> - <email>poussin@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - <role>Debian packager</role> - </roles> - </developer> - <developer> - <name>Eric Chatellier</name> - <id>echatellier</id> - <email>chatellier@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <name>Sylvain Letellier</name> - <id>sletellier</id> - <email>letellier@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>Europe/Paris</timezone> - <roles> - <role>developer</role> - </roles> - </developer> - </developers> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.4</version> + </dependency> - <packaging>pom</packaging> + <dependency> + <groupId>commons-primitives</groupId> + <artifactId>commons-primitives</artifactId> + <version>1.0</version> + </dependency> - <properties> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> - <!-- pour un muli module on doit fixer le projectId --> - <projectId>jrst</projectId> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.6</version> + </dependency> - <!-- Site fr et en--> - <locales>fr,en</locales> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.3.2</version> + </dependency> - <siteSourcesType>apt</siteSourcesType> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.17</version> + </dependency> - <doxiaVersion>1.6</doxiaVersion> - <doxiaSitetoolsVersion>1.6</doxiaSitetoolsVersion> - <nuitonI18nVersion>3.3</nuitonI18nVersion> - <xalanVersion>2.7.1</xalanVersion> - <jaxxVersion>2.13</jaxxVersion> - </properties> + </dependencies> + </dependencyManagement> <build> - <pluginManagement> <plugins> @@ -496,29 +562,8 @@ </plugins> </pluginManagement> - </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!-- Source control management. --> - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jrst/trunk</connection> - <developerConnection> - scm:svn:http://svn.nuiton.org/svn/jrst/trunk - </developerConnection> - <url>http://nuiton.org/projects/jrst/repository/show/trunk</url> - </scm> - - <distributionManagement> - <site> - <id>${platform}</id> - <url>${our.site.repository}/${projectId}</url> - </site> - </distributionManagement> - <profiles> <!-- to include in the build extra modules --> <profile> @@ -529,46 +574,5 @@ </modules> </profile> - <profile> - <id>reporting</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - - <reporting> - <plugins> - - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>${projectInfoReportsPluginVersion}</version> - <reportSets> - <reportSet> - <reports> - <report>project-team</report> - <report>mailing-list</report> - <report>cim</report> - <report>issue-tracking</report> - <report>license</report> - <report>scm</report> - <report>dependencies</report> - <report>dependency-convergence</report> - <report>plugin-management</report> - <report>plugins</report> - <report>dependency-management</report> - <report>summary</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - </plugins> - </reporting> - - </profile> - </profiles> - </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.