Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Tweaking POM
Browse files Browse the repository at this point in the history
No need to run tests twice. Better to let Gradle run it as it's the one
maintained by the upstream.

sqljet appears to be no longer optional, given that subversion-plugin
unit test fails without this.

Set the release repository
  • Loading branch information
kohsuke committed May 7, 2012
1 parent 3571ab7 commit 85285af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -13,7 +13,14 @@
</licenses>
<distributionManagement>
<downloadUrl>http://svnkit.com/download/index.php</downloadUrl>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
</distributionManagement>
<properties>
<skipTests>true</skipTests><!-- run by Gradle -->
</properties>
<build>
<sourceDirectory>svnkit/src/main/java</sourceDirectory>
<testSourceDirectory>svnkit/src/test/java</testSourceDirectory>
Expand Down Expand Up @@ -67,7 +74,6 @@
<groupId>org.tmatesoft.sqljet</groupId>
<artifactId>sqljet</artifactId>
<version>1.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>de.regnis.q.sequence</groupId>
Expand Down

0 comments on commit 85285af

Please sign in to comment.