> Shawn O. Pearce <spearce@spearce.org> wrote Tue, Nov 11, 2008:
> > Jonas Fonseca <jonas.fonseca@gmail.com> wrote:
> > > I don't think admin rights are necessary as long as I have
> > > "commit"/webdav access. And no svn or git-svn interaction should be
> > > needed to upload to the maven repository.
> >
> > Then have at it. It sounds like it would be worthwhile setting up.
>
> Instructions at
http://code.google.com/p/egit/wiki/ConfiguringMaven
>
> diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml
> index a123470..c370783 100644
> --- a/jgit-maven/jgit/pom.xml
> +++ b/jgit-maven/jgit/pom.xml
> @@ -185,4 +185,12 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> <scope>compile</scope>
> </dependency>
> </dependencies>
> + <distributionManagement>
> + <snapshotRepository>
> + <id>jgit-maven-snapshot-repository</id>
> + <name>JGit Maven Snapshot Repository</name>
> + <url>dav:https://egit.googlecode.com/svn/maven/snapshot-repository/</url>