Author: tchemit Date: 2010-01-18 18:36:05 +0000 (Mon, 18 Jan 2010) New Revision: 1587 Modified: trunk/simexplorer-is/pom.xml Log: clean poms Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2010-01-18 18:27:09 UTC (rev 1586) +++ trunk/simexplorer-is/pom.xml 2010-01-18 18:36:05 UTC (rev 1587) @@ -198,7 +198,6 @@ <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.2.120</version> - <!--<version>1.0.64</version>--> </dependency> <dependency> @@ -217,7 +216,6 @@ <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4.2</version> - <!--<version>1.4</version>--> </dependency> <dependency> @@ -238,7 +236,6 @@ <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>5.10</version> - <!--<version>5.1</version>--> <classifier>jdk15</classifier> <scope>test</scope> </dependency> @@ -255,16 +252,6 @@ <inceptionYear>2008</inceptionYear> <url>http://simexplorer-si.labs.libre-entreprise.org</url> - <!--licenses> - <license> - <name>GPL</name> - <url>${maven.license.file}</url> - <distribution>local</distribution> - <url>http://www.gnu.org/copyleft/gpl.html</url> - <distribution>repo</distribution> - </license> - </licenses--> - <organization> <name>Cemagref</name> <url>http://www.cemagref.fr/</url> @@ -311,63 +298,12 @@ <projectId>simexplorer-si</projectId> <labs.project>simexplorer-si</labs.project> - <!--<labs.list.host>lists.labs.libre-entreprise.org</labs.list.host>--> - - <!-- java level is 1.6 --> - <!--<maven.compile.source>1.6</maven.compile.source>--> - <!--<maven.compile.target>1.6</maven.compile.target>--> - - <!-- default encoding --> - <!--<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>--> - <!--<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>--> - - <!-- by default, use maven 2 source base dir --> - <!--<maven.src.dir>${basedir}/src</maven.src.dir>--> - - <!-- where to generate sources --> - <!--<maven.gen.dir>${project.build.directory}/generated-sources</maven.gen.dir>--> - - <!-- where to generate test sources --> - <!--<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>once</maven.test.forkMode>--> - - <!-- to activate generation of reports and javadoc when doing a site --> - <!--<maven.reports.generate>true</maven.reports.generate>--> - - <!-- pour ne pas generer la javadoc --> - <!--<maven.javadoc.skip>false</maven.javadoc.skip>--> - - <!-- generation javadoc en mode silencieux --> - <!--<maven.javadoc.quiet>true</maven.javadoc.quiet>--> - - <!-- do not use 2.5 version, it is buggy (crazy aggregate mode !) --> - <!--<javadoc.version>2.5</javadoc.version>--> - - <!-- default license to use --> - <!--<license.licenseName>gpl_v3</license.licenseName>--> - - <!-- release repository url (to be used in site.xml) --> - <!--<repository.home.url>http://lutinbuilder.labs.libre-entreprise.org/maven2</repository.home.url>--> - + <!-- customized libs --> <jaxx.version>2.0.0-beta-4</jaxx.version> - <!--<jaxx.version>2.0.0-SNAPSHOT</jaxx.version>--> <commandline.version>1.0</commandline.version> <lutinutil.version>1.1.2</lutinutil.version> <i18n.version>1.0.1</i18n.version> - <!--<helper.version>1.0.3-SNAPSHOT</helper.version>--> - <!--<license.version>2.0.0</license.version>--> <tapestry.version>5.0.11</tapestry.version> <tapestry.grid.version>5.0.11.1</tapestry.grid.version> @@ -423,16 +359,6 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <!-- prerequisites --> - <!--prerequisites> - <maven>2.0.10</maven> - </prerequisites--> - - <!--ciManagement> - <system>hudson</system> - <url>http://hudson.nuiton.org/job/simexplorer</url> - </ciManagement--> - <!--Any mailing lists for the project--> <mailingLists> @@ -464,21 +390,9 @@ <issueManagement> <system>gforge</system> - <url>https://${platform}/tracke?group_id=${labs.id}</url> + <url>https://${platform}/tracker?group_id=${labs.id}</url> </issueManagement> - <!--Distribution--> - <distributionManagement> - <!--repository> - <id>codelutin</id> - <url>scpexe://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2</url> - </repository--> - <!--site> - <id>codelutin</id> - <url>scpexe://labs.libre-entreprise.org/home/groups/simexplorer-is/htdocs/simexplorer-is</url> - </site--> - </distributionManagement> - <scm> <connection>scm:svn:svn://anonymous at labs.libre-entreprise.org/svnroot/simexplorer-si/trunk/simexplorer-is </connection>
participants (1)
-
tchemit@users.labs.libre-entreprise.org