Jonas Fonseca <fonseca@xxxxxxx> wrote: > Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote Tue, Nov 11, 2008: > > Jonas Fonseca <jonas.fonseca@xxxxxxxxx> 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> Shouldn't that be http:// and not https:// ? The https interface asked me for a username/password, the http:// one doesn't. We want this to be public, don't we? -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html