[Lutinbuilder-commits] r113 - trunk/lutinproject
Author: tchemit Date: 2008-08-05 09:43:22 +0000 (Tue, 05 Aug 2008) New Revision: 113 Removed: trunk/lutinproject/profiles.xml Modified: trunk/lutinproject/pom.xml Log: suppression profiles.xml + reformat pom Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-08-05 09:42:24 UTC (rev 112) +++ trunk/lutinproject/pom.xml 2008-08-05 09:43:22 UTC (rev 113) @@ -1,439 +1,463 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <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"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <!--The version of maven's project object model--> - <modelVersion>4.0.0</modelVersion> - - <!--Identifier--> - <groupId>lutinlib</groupId> - <artifactId>lutinproject</artifactId> - - <!--Version--> - <version>2.2</version> - - <!--Description--> - <packaging>pom</packaging> - <description> - Projet Maven de r�f�rence pour l'ensemble des autres projet Maven. - </description> - - <!--The project home page--> - <url>http://labs.libre-entreprise.org/projects/${pom.artifactId}</url> - - <!--Tracking--> - <issueManagement> - <url>http://labs.libre-entreprise.org/tracker/</url> - </issueManagement> - - <!--Any mailing lists for the project--> - <mailingLists> - <mailingList> - <name>${pom.artifactId}-cvscomit</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-cvscommit</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-cvscommit</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-cvscommit/</archive> - </mailingList> - - <mailingList> - <name>${pom.artifactId}-devel</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-devel</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-devel</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-devel/</archive> - </mailingList> - - <mailingList> - <name>${pom.artifactId}-user</name> - <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-user</subscribe> - <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-user</unsubscribe> - <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-user/</archive> - </mailingList> - </mailingLists> - - <!--who the developers are for the project--> - <developers> - <developer> - <name>Benjamin Poussin</name> - <id>bpoussin</id> - <email>poussin@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@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@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>D�veloppeur</role> - </roles> - </developer> - - <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> - - <developer> - <name>Gabriel Gandais</name> - <id>glandais</id> - <email>landais@codelutin.com</email> - <organization>CodeLutin</organization> - <timezone>+2</timezone> - <roles> - <role>D�veloppeur</role> - </roles> - </developer> - </developers> - - <!--Licence GPL--> - <licenses> - <license> - <name>GPL</name> - <url>http://www.gnu.org/licenses/gpl.txt</url> - <distribution>repo</distribution> - </license> - </licenses> + <!--The version of maven's project object model--> + <modelVersion>4.0.0</modelVersion> - <!--Source control management--> - <!--the version control repository and http url for on line access - the connection element has the form: - scm:<system>:<system specific connection string>--> - <scm> - <url>http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=${pom.artifactId}</url> - <connection>scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> - <developerConnection>scm:cvs:ext:${username}@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId}</developerConnection> - </scm> - - <!--Details about the organization that 'owns' the project--> - <organization> - <name>CodeLutin</name> - <url>http://www.codelutin.com/</url> - </organization> - - <!--Build information for the project--> - <build> - <!--Sources--> - <sourceDirectory>${maven.src.dir}/java</sourceDirectory> - <testSourceDirectory>${maven.src.dir}/test</testSourceDirectory> - - <!--<nagEmailAddress>poussin+${pom.artifactId}@codelutin.org</nagEmailAddress>--> - - <!--Ressources--> - <resources> - <resource> - <directory>${maven.src.dir}/java</directory> - <includes> - <include>**/*.properties</include> - <include>**/*.xml</include> - <include>**/*.jdo</include> - </includes> - </resource> - - <resource> - <directory>${maven.src.dir}/resources</directory> - <includes> - <include>**/*</include> - </includes> - <excludes> - <exclude>**/*~</exclude> - </excludes> - </resource> - - <resource> - <directory>${maven.src.dir}/uimodel</directory> - <includes> - <include>**/*.xml</include> - <include>**/*.xgl</include> - <include>**/*.bsh</include> - </includes> - </resource> + <!--Identifier--> + <groupId>lutinlib</groupId> + <artifactId>lutinproject</artifactId> - <resource> - <directory>${maven.src.dir}/xsl</directory> - <includes> - <include>**/*.xsl</include> - </includes> - </resource> - </resources> - - <testResources> - <testResource> - <directory>${maven.src.dir}/test</directory> - <excludes> - <exclude>**/*.java</exclude> - </excludes> - </testResource> - </testResources> - - <!--Configuration of plugins--> - <plugins> - <!--Test configuration--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skip>${maven.test.skip}</skip> - <!--Exclude NaughtyTest.java--> - <!--<includes> - <include>**/*Test.java</include> - </includes> - <excludes> - <exclude>**/NaughtyTest.java</exclude> - </excludes>--> - </configuration> - </plugin> - - <!--Compile with ?--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${maven.compile.source}</source> - <target>${maven.compile.target}</target> - </configuration> - </plugin> - - <!--WebApp in JAR --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-war-plugin</artifactId> - <version>2.0.1</version> <!-- force version because maven seem to can't find automaticaly --> - <configuration> - <warSourceDirectory>${basedir}/src/webapp</warSourceDirectory> - </configuration> - </plugin> + <!--Version--> + <version>2.2</version> - <!--Main class in WAR --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <mainClass>${maven.jar.main.class}</mainClass> - </manifest> - <manifestEntries> - <url>${pom.url}</url> - </manifestEntries> - </archive> - </configuration> - </plugin> - - <!--Site --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-5-cl</version> <!-- user cl version that permit /site in another directory that /src --> - <configuration> - <siteDirectory>target/site-build</siteDirectory> - <locales>fr</locales> - </configuration> - </plugin> - - <!--Tasks Ant--> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <!--Copy ressources files in source directory--> - <execution> - <id>CopyRessourcesFiles</id> - <phase>generate-sources</phase> - <configuration> - <tasks> - <copy todir="${maven.src.dir}" verbose="${maven.verbose}" overwrite="false"> - <fileset dir="${basedir}/src"> - <exclude name="**/*.java"/> - </fileset> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - <!--Copy files for site--> - <execution> - <id>CopySiteFiles</id> - <phase>pre-site</phase> - <configuration> - <tasks> - <copy todir="${basedir}/target/site-build" verbose="${maven.verbose}" overwrite="false"> - <fileset dir="${basedir}/site"/> - </copy> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - - <!--Attaching jrst plugin to the Build Lifecycle--> - <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - <version>0.7</version> - <executions> - <execution> - <id>jrst</id> - <phase>pre-site</phase> - <goals> - <goal>jrst</goal> - </goals> - </execution> - </executions> - <configuration> - <defaultLocale>fr</defaultLocale> - <verbose>${maven.verbose}</verbose> - </configuration> - </plugin> - - <!--jpox--> - <!--<plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jpox-plugin</artifactId> - <version>1.0</version> - <configuration/> - </plugin>--> - </plugins> - </build> - - <!--Site--> - <reporting> - <plugins> - <!--Site report's plugin--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-plugin-plugin</artifactId> - <configuration> - <outputDirectory>target/site-build/xdoc</outputDirectory> - </configuration> - </plugin> + <!--Description--> + <packaging>pom</packaging> + <description> + Projet Maven de r�f�rence pour l'ensemble des autres projet Maven. + </description> - <!--All site--> - <plugin> <!--License--> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.0.1-cl</version> - </plugin> + <!--The project home page--> + <url>http://labs.libre-entreprise.org/projects/${pom.artifactId}</url> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - - <!--cvslib-3.6.jar = lib-3.6.jar--> - <plugin> <!--Includes dev and file activity--> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changelog-maven-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>changes-maven-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jxr-maven-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>surefire-report-maven-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> + <!--Tracking--> + <issueManagement> + <url>http://labs.libre-entreprise.org/tracker/</url> + </issueManagement> - <!--Other--> - <plugin> - <groupId>statcvs</groupId> - <artifactId>maven-statcvs-plugin</artifactId> - <version>3.0</version> - </plugin> - </plugins> - </reporting> - - <!--Code Lutin Repository--> - <repositories> - <repository> - <id>codelutin-repository</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - </repository> - </repositories> - - <!--JUnit--> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1</version> - <scope>compile</scope> - </dependency> - </dependencies> - - <!--Distribution--> - <distributionManagement> - <repository> - <id>labs</id> - <url>scp://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2</url> - </repository> - - <site> - <id>labs</id> - <url>scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/toto-tmp/</url> - </site> - </distributionManagement> + <!--Any mailing lists for the project--> + <mailingLists> + <mailingList> + <name>${pom.artifactId}-cvscomit</name> + <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-cvscommit</subscribe> + <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-cvscommit + </unsubscribe> + <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-cvscommit/</archive> + </mailingList> + <mailingList> + <name>${pom.artifactId}-devel</name> + <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-devel</subscribe> + <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-devel</unsubscribe> + <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-devel/</archive> + </mailingList> + + <mailingList> + <name>${pom.artifactId}-user</name> + <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-user</subscribe> + <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/${pom.artifactId}-user</unsubscribe> + <archive>http://lists.labs.libre-entreprise.org/pipermail/${pom.artifactId}-user/</archive> + </mailingList> + </mailingLists> + + <!--who the developers are for the project--> + <developers> + <developer> + <name>Benjamin Poussin</name> + <id>bpoussin</id> + <email>poussin@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@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@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>D�veloppeur</role> + </roles> + </developer> + + <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> + + <developer> + <name>Gabriel Gandais</name> + <id>glandais</id> + <email>landais@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>D�veloppeur</role> + </roles> + </developer> + </developers> + + <!--Licence GPL--> + <licenses> + <license> + <name>GPL</name> + <url>http://www.gnu.org/licenses/gpl.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + + <properties> + <!--Source base dir--> + <maven.src.dir>${basedir}/src</maven.src.dir> + + <!--Test--> + <maven.test.skip>false</maven.test.skip> + + <!--Compile with ?--> + <maven.compile.source>1.5</maven.compile.source> + <maven.compile.target>1.5</maven.compile.target> + + <!--Main class in JAR--> + <maven.jar.main.class>org.codelutin.util.Resource</maven.jar.main.class> + + <!--Verbose--> + <maven.verbose>true</maven.verbose> + </properties> + + <!--Source control management--> + <!--the version control repository and http url for on line access + the connection element has the form: + scm:<system>:<system specific connection string>--> + <scm> + <url>http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=${pom.artifactId}</url> + <connection>scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId} + </connection> + <developerConnection> + scm:cvs:ext:${username}@cvs.labs.libre-entreprise.org:/cvsroot/${pom.artifactId}:${pom.artifactId} + </developerConnection> + </scm> + + <!--Details about the organization that 'owns' the project--> + <organization> + <name>CodeLutin</name> + <url>http://www.codelutin.com/</url> + </organization> + + <!--Build information for the project--> + <build> + <!--Sources--> + <sourceDirectory>${maven.src.dir}/java</sourceDirectory> + <testSourceDirectory>${maven.src.dir}/test</testSourceDirectory> + + <!--<nagEmailAddress>poussin+${pom.artifactId}@codelutin.org</nagEmailAddress>--> + + <!--Ressources--> + <resources> + <resource> + <directory>${maven.src.dir}/java</directory> + <includes> + <include>**/*.properties</include> + <include>**/*.xml</include> + <include>**/*.jdo</include> + </includes> + </resource> + + <resource> + <directory>${maven.src.dir}/resources</directory> + <includes> + <include>**/*</include> + </includes> + <excludes> + <exclude>**/*~</exclude> + </excludes> + </resource> + + <resource> + <directory>${maven.src.dir}/uimodel</directory> + <includes> + <include>**/*.xml</include> + <include>**/*.xgl</include> + <include>**/*.bsh</include> + </includes> + </resource> + + <resource> + <directory>${maven.src.dir}/xsl</directory> + <includes> + <include>**/*.xsl</include> + </includes> + </resource> + </resources> + + <testResources> + <testResource> + <directory>${maven.src.dir}/test</directory> + <excludes> + <exclude>**/*.java</exclude> + </excludes> + </testResource> + </testResources> + + <!--Configuration of plugins--> + <plugins> + <!--Test configuration--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skip>${maven.test.skip}</skip> + <!--Exclude NaughtyTest.java--> + <!--<includes> + <include>**/*Test.java</include> + </includes> + <excludes> + <exclude>**/NaughtyTest.java</exclude> + </excludes>--> + </configuration> + </plugin> + + <!--Compile with ?--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${maven.compile.source}</source> + <target>${maven.compile.target}</target> + </configuration> + </plugin> + + <!--WebApp in JAR --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <version>2.0.1</version> + <!-- force version because maven seem to can't find automaticaly --> + <configuration> + <warSourceDirectory>${basedir}/src/webapp</warSourceDirectory> + </configuration> + </plugin> + + <!--Main class in WAR --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <mainClass>${maven.jar.main.class}</mainClass> + </manifest> + <manifestEntries> + <url>${pom.url}</url> + </manifestEntries> + </archive> + </configuration> + </plugin> + + <!--Site --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-5-cl</version> + <!-- user cl version that permit /site in another directory that /src --> + <configuration> + <siteDirectory>target/site-build</siteDirectory> + <locales>fr</locales> + </configuration> + </plugin> + + <!--Tasks Ant--> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <!--Copy ressources files in source directory--> + <execution> + <id>CopyRessourcesFiles</id> + <phase>generate-sources</phase> + <configuration> + <tasks> + <copy todir="${maven.src.dir}" verbose="${maven.verbose}" overwrite="false"> + <fileset dir="${basedir}/src"> + <exclude name="**/*.java"/> + </fileset> + </copy> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + <!--Copy files for site--> + <execution> + <id>CopySiteFiles</id> + <phase>pre-site</phase> + <configuration> + <tasks> + <copy todir="${basedir}/target/site-build" verbose="${maven.verbose}" overwrite="false"> + <fileset dir="${basedir}/site"/> + </copy> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + + <!--Attaching jrst plugin to the Build Lifecycle--> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + <version>0.7</version> + <executions> + <execution> + <id>jrst</id> + <phase>pre-site</phase> + <goals> + <goal>jrst</goal> + </goals> + </execution> + </executions> + <configuration> + <defaultLocale>fr</defaultLocale> + <verbose>${maven.verbose}</verbose> + </configuration> + </plugin> + + <!--jpox--> + <!--<plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jpox-plugin</artifactId> + <version>1.0</version> + <configuration/> + </plugin>--> + </plugins> + </build> + + <!--Site--> + <reporting> + <plugins> + <!--Site report's plugin--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + <configuration> + <outputDirectory>target/site-build/xdoc</outputDirectory> + </configuration> + </plugin> + + <!--All site--> + <plugin> <!--License--> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.0.1-cl</version> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + + <!--cvslib-3.6.jar = lib-3.6.jar--> + <plugin> <!--Includes dev and file activity--> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changelog-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>changes-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jxr-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>surefire-report-maven-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>taglist-maven-plugin</artifactId> + </plugin> + + <!--Other--> + <plugin> + <groupId>statcvs</groupId> + <artifactId>maven-statcvs-plugin</artifactId> + <version>3.0</version> + </plugin> + </plugins> + </reporting> + + <!--Code Lutin Repository--> + <repositories> + <repository> + <id>codelutin-repository</id> + <name>CodeLutinRepository</name> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + </repository> + </repositories> + + <!--JUnit--> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1</version> + <scope>compile</scope> + </dependency> + </dependencies> + + <!--Distribution--> + <distributionManagement> + <repository> + <id>labs</id> + <url>scp://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2</url> + </repository> + + <site> + <id>labs</id> + <url>scp://labs.libre-entreprise.org/home/groups/${pom.artifactId}/htdocs/toto-tmp/</url> + </site> + </distributionManagement> + </project> Deleted: trunk/lutinproject/profiles.xml =================================================================== --- trunk/lutinproject/profiles.xml 2008-08-05 09:42:24 UTC (rev 112) +++ trunk/lutinproject/profiles.xml 2008-08-05 09:43:22 UTC (rev 113) @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<settings> - <profiles> - <profile> - <id>project</id> - - <activation> - <activeByDefault>true</activeByDefault> - </activation> - - <properties> - <!--Source base dir--> - <maven.src.dir>${basedir}/src</maven.src.dir> - - <!--Test--> - <maven.test.skip>false</maven.test.skip> - - <!--Compile with ?--> - <maven.compile.source>1.5</maven.compile.source> - <maven.compile.target>1.5</maven.compile.target> - - <!--Main class in JAR--> - <maven.jar.main.class>org.codelutin.util.Resource</maven.jar.main.class> - - <!--Verbose--> - <maven.verbose>true</maven.verbose> - </properties> - </profile> - </profiles> -</settings>
participants (1)
-
tchemit@users.labs.libre-entreprise.org