From: <fu...@us...> - 2010-11-17 23:13:29
|
Revision: 1169 http://cishell.svn.sourceforge.net/cishell/?rev=1169&view=rev Author: fugu13 Date: 2010-11-17 23:13:22 +0000 (Wed, 17 Nov 2010) Log Message: ----------- start adding scm support. This was committed using maven itself Modified Paths: -------------- branches/tycho/core/pom.xml Modified: branches/tycho/core/pom.xml =================================================================== --- branches/tycho/core/pom.xml 2010-11-16 06:16:16 UTC (rev 1168) +++ branches/tycho/core/pom.xml 2010-11-17 23:13:22 UTC (rev 1169) @@ -12,6 +12,11 @@ <packaging>pom</packaging> + <scm> + <connection>scm:svn:http://cishell.svn.sourceforge.net/svnroot/cishell/branches/tycho/core</connection> + <developerConnection>scm:svn:https://cishell.svn.sourceforge.net/svnroot/cishell/branches/tycho/core</developerConnection> + </scm> + <properties> <tycho-version>0.10.0</tycho-version> </properties> @@ -79,6 +84,14 @@ <pomDependencies>consider</pomDependencies> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-scm-plugin</artifactId> + <version>1.4</version> + <configuration> + <connectionType>developerConnection</connectionType> + </configuration> + </plugin> </plugins> </build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |