Skip to content

Commit

Permalink
Modified to deploy to java.net m2 repo for easier resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Jun 16, 2010
1 parent f126dd9 commit 6dc66b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
6 changes: 1 addition & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ This version of the git plugin needs a patched version of JGit to support variou

If you just use any old 0.4-SNAPSHOT, until the patches are merged, things may not work (and master/slave definitely won't work).

The patched version is in the maven-repository subdirectory. It's also available at
https://guest:[email protected]/svn/hudson/trunk/hudson/plugins/git/maven-repository

But - maven doesn't seem to want to pass the guest credentials - hence the slightly hackish raw fisheye URL:
http://fisheye4.atlassian.com/browse/~raw,r=trunk/hudson/trunk/hudson/plugins/git/maven-repository
The patched version is deployed to the java.net Maven2 repository.

If you wish to post-patch a (newer) version of JGit (newer than fedd114bc) then the patches are in jgit-patches. They have been
submitted to the JGit maintainer.
Expand Down
11 changes: 11 additions & 0 deletions maven-repository/org/spearce/jgit/0.4-47e4af3/jgit-0.4-47e4af3.pom
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,13 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
<groupId>org.jvnet.wagon-svn</groupId>
<artifactId>wagon-svn</artifactId>
<version>1.8</version>
</extension>
</extensions>
</build>
<dependencies>
<dependency>
Expand All @@ -186,6 +193,10 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>java.net-m2-repository</id>
<url>java-net:/maven2-repository/trunk/repository/</url>
</repository>
<snapshotRepository>
<id>jgit-maven-snapshot-repository</id>
<name>JGit Maven Snapshot Repository</name>
Expand Down
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@
</releases>
</repository>

<repository>
<id>jgit-releases</id>
<url>http://fisheye4.atlassian.com/browse/~raw,r=trunk/hudson/trunk/hudson/plugins/git/maven-repository</url>
<!--
<url>https://guest:[email protected]/svn/hudson/trunk/hudson/plugins/git/maven-repository</url>
-->
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>guice-maven</id>
<name>guice maven</name>
Expand Down

0 comments on commit 6dc66b4

Please sign in to comment.