Author: tchemit Date: 2013-04-28 20:58:48 +0200 (Sun, 28 Apr 2013) New Revision: 2715 Url: http://nuiton.org/projects/topia/repository/revisions/2715 Log: fix scm Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-04-28 18:56:19 UTC (rev 2714) +++ trunk/pom.xml 2013-04-28 18:58:48 UTC (rev 2715) @@ -74,6 +74,24 @@ </properties> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/topia/trunk</developerConnection> + <url>http://nuiton.org/projects/topia/repository/show/branches/trunk</url> + </scm> + + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + + <dependencyManagement> <dependencies> @@ -249,7 +267,7 @@ <email>letellier at codelutin dot com</email> <organization>CodeLutin</organization> <organizationUrl>http://codelutin.com</organizationUrl> - <timezone>Europe/Parisrope/Paris</timezone> + <timezone>Europe/Paris</timezone> <roles> <role>Développeur</role> </roles> @@ -408,13 +426,6 @@ </configuration> </plugin> - <!--plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <prepareVerifyArgs>-Ptutorial</prepareVerifyArgs> - </configuration> - </plugin--> - </plugins> </pluginManagement> @@ -425,52 +436,4 @@ <excludeDefaults>true</excludeDefaults> </reporting> - <profiles> - - <!-- Build tutorial --> - <profile> - <id>tutorial</id> - <modules> - <module>topia-tutorial</module> - </modules> - </profile> - - <!-- This profile is here just to make more automatic release. - This profile will be use to do a releasse:prepare, this modules are not - in default build but need to be release - TODO tchemit 2011-05-15 uncomment activation when this tutorial will be mature. - --> - <!--profile> - <id>extra-modules</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <modules> - <module>topia-tutorial</module> - </modules> - </profile--> - - </profiles> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!-- Source control management. --> - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/topia/branches/topia-2.6.x</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/topia/branches/topia-2.6.x</developerConnection> - <url>http://nuiton.org/projects/topia/repository/show/branches/topia-2.6.x</url> - </scm> - - <distributionManagement> - <site> - <id>${platform}</id> - <url>${our.site.repository}/${projectId}</url> - </site> - </distributionManagement> - </project>