]> source.dussan.org Git - archiva.git/commitdiff
fix svn 1.7 support
authorOlivier Lamy <olamy@apache.org>
Sat, 31 Mar 2012 21:54:49 +0000 (21:54 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 31 Mar 2012 21:54:49 +0000 (21:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1307915 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-web-common/pom.xml

index 9713eb9d8910643f5c6be6abff12ca8e69d8ec23..a914cd0c4d922ba054df960bd7e73964ea0d3c21 100644 (file)
       <activation>
         <file>
           <exists>../../../.svn/</exists>
+          <missing>.svn</missing>
         </file>
       </activation>
       <build>
             <configuration>
               <doCheck>false</doCheck>
               <doUpdate>false</doUpdate>
-              <!--providerImplementations>
+              <providerImplementations>
                 <svn>javasvn</svn>
-              </providerImplementations-->
+              </providerImplementations>
             </configuration>
+            <dependencies>
+              <dependency>
+                <groupId>com.google.code.maven-scm-provider-svnjava</groupId>
+                <artifactId>maven-scm-provider-svnjava</artifactId>
+                <version>2.0-SNAPSHOT</version>
+              </dependency>
+              <dependency>
+                <groupId>org.tmatesoft.svnkit</groupId>
+                <artifactId>svnkit</artifactId>
+                <version>1.7.4-rc4</version>
+              </dependency>
+              <dependency>
+                <groupId>de.regnis.q.sequence</groupId>
+                <artifactId>sequence-library</artifactId>
+                <version>1.0.0</version>
+                <scope>compile</scope>
+              </dependency>
+            </dependencies>
           </plugin>
         </plugins>
       </build>
+      <pluginRepositories>
+        <!-- svnkit 1.7 -->
+        <pluginRepository>
+          <id>maven.tmatesoft.com.releases</id>
+          <url>http://maven.tmatesoft.com/content/repositories/releases</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </pluginRepository>
+        <pluginRepository>
+          <id>oss.sonatype.snapshots</id>
+          <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
+      </pluginRepositories>
     </profile>
     <profile>
       <id>svn-buildnumber</id>