forked from jenkinsci/git-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified to deploy to java.net m2 repo for easier resolution.
- Loading branch information
Showing
3 changed files
with
12 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|