|
Project Information
Featured
Links
|
Project moved to https://github.com/olamy/maven-scm-provider-svnjava Due to a dependance with a non ASF compliant license (svnkit which has a TMATE License: http://www.svnkit.com/license.html ). The original code from the maven sandbox has been moved here. Note the project has been be moved from http://code.google.com/p/maven-scm-provider-svnjava User group : http://groups.google.com/group/maven-scm-provider-svnjava The m2 release repo is central The snapshots repo is : http://oss.sonatype.org/content/repositories/googlecode-snapshots/ It's the same code from asf repository (import rev 756771) except the maven groupId : com.google.code.maven-scm-provider-svnjava. 2.1.1 release March 5th 2014 Support svn 1.8 2.0.6 released Aug 12th 2013 New work on support of svn 1.7 done (version bump to 2.0) So version 2.0+ support only svn 1.7 Use the following SNAPSHOT repository for testing purpose <repository>
<id>oss.sonatype.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository> <dependency>
<groupId>com.google.code.maven-scm-provider-svnjava</groupId>
<artifactId>maven-scm-provider-svnjava</artifactId>
<version>2.1-SNAPSHOT</version>
</dependency>NOTES :
First release done on 30th March 09. |