Author: tchemit Date: 2013-04-14 09:04:30 +0200 (Sun, 14 Apr 2013) New Revision: 1624 Url: http://forge.codelutin.com/projects/simexplorer-si/repository/revisions/1624 Log: use nexus group for dep + remove commented code in pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-04 17:27:27 UTC (rev 1623) +++ trunk/pom.xml 2013-04-14 07:04:30 UTC (rev 1624) @@ -172,23 +172,7 @@ <!-- autres librairies --> - <!--dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency--> - - <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.2.120</version> @@ -287,8 +271,6 @@ <!--labs.id>130</labs.id--> <platform>forge.codelutin.com</platform> <projectId>simexplorer-si</projectId> - - <!--labs.project>simexplorer-si</labs.project--> <!-- customized libs --> <jaxxVersion>2.0.0-beta-4</jaxxVersion> @@ -349,40 +331,6 @@ <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - - <!--Any mailing lists for the project--> - <!--mailingLists> - - <mailingList> - <name>${projectId}-commits</name> - <subscribe>http://${labs.list.host}/mailman/listinfo/${projectId}-commits</subscribe> - <unsubscribe>http://${labs.list.host}/mailman/listinfo/${projectId}-commits</unsubscribe> - <post>${projectId}-commits@${labs.list.host}</post> - <archive>http://${labs.list.host}/pipermail/${projectId}-commits/</archive> - </mailingList> - - <mailingList> - <name>${projectId}-devel</name> - <subscribe>http://${labs.list.host}/mailman/listinfo/${projectId}-devel</subscribe> - <unsubscribe>http://${labs.list.host}/mailman/listinfo/${projectId}-devel</unsubscribe> - <post>${projectId}-devel@${labs.list.host}</post> - <archive>http://${labs.list.host}/pipermail/${projectId}-devel/</archive> - </mailingList> - - <mailingList> - <name>${projectId}-user</name> - <subscribe>http://${labs.list.host}/mailman/listinfo/${projectId}-user</subscribe> - <unsubscribe>http://${labs.list.host}/mailman/listinfo/${projectId}-user</unsubscribe> - <post>${projectId}-user@${labs.list.host}</post> - <archive>http://${labs.list.host}/pipermail/${projectId}-user/</archive> - </mailingList> - - </mailingLists--> - - <!--issueManagement> - <system>gforge</system> - <url>https://${platform}/tracker?group_id=${labs.id}</url> - </issueManagement--> <scm> <connection> @@ -394,22 +342,12 @@ <url>http://${platform}/repositories/browse/${projectId}/trunk</url> </scm> - <!--scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/simexplorer-si/trunk/simexplorer-is - </connection> - <developerConnection> - scm:svn:svn+ssh://chemit@labs.libre-entreprise.org/svnroot/simexplorer-si/trunk/simexplorer-is - </developerConnection--> - <!--url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/simexplorer-si/trunk/simexplorer-is?root=simexplorer-si</url--> - <!--/scm--> - <repositories> - <!--Code Lutin Repository (a supprimer quand on aura supprimer commandline) --> - <repository> - <id>SEIS-codelutin</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + <repository> + <id>simexplorer-si</id> + <name>simexplorer-si</name> + <url>http://nexus.nuiton.org/nexus/content/groups/simexplorer-group</url> <snapshots> <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy> @@ -419,83 +357,25 @@ <checksumPolicy>warn</checksumPolicy> </releases> </repository> + + </repositories> - <!-- depot des releases nuiton --> + <pluginRepositories> - <repository> - <id>nuiton.release</id> - <name>NuitonReleaseRepository</name> - <url>http://maven.nuiton.org/release</url> + <pluginRepository> + <id>simexplorer-si</id> + <name>simexplorer-si</name> + <url>http://nexus.nuiton.org/nexus/content/groups/simexplorer-group</url> <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - - <!-- depot des snapshots nuiton --> - - <repository> - <id>nuiton.snapshot</id> - <name>NuitonSnapshotRepository</name> - <url>http://maven.nuiton.org/snapshot</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> </snapshots> <releases> - <enabled>false</enabled> - </releases> - </repository> - - <repository> - <id>SEIS-java.net</id> - <url>http://download.java.net/maven/2</url> - </repository> - - <!--repository> - <id>SEIS-t5components</id> - <name>T5Components Maven Repository</name--> - <!--url>http://87.193.218.134:8080/t5components/maven-repository</url--> - <!--/repository--> - - </repositories> - - <pluginRepositories> - - <!-- depot des releases nuiton --> - - <pluginRepository> - - <id>nuiton.release</id> - <name>NuitonReleaseRepository</name> - <url>http://maven.nuiton.org/release</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - <releases> <enabled>true</enabled> <checksumPolicy>warn</checksumPolicy> </releases> </pluginRepository> - <!-- depot des snapshots nuiton --> - - <pluginRepository> - <id>nuiton.snapshot</id> - <name>NuitonSnapshotRepository</name> - <url>http://maven.nuiton.org/snapshot</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - <releases> - <enabled>false</enabled> - </releases> - </pluginRepository> - </pluginRepositories> </project>