Signed-off-by: Jonas Fonseca <fonseca@xxxxxxx> --- jgit-maven/jgit/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) 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> + <uniqueVersion>true</uniqueVersion> + </snapshotRepository> + </distributionManagement> </project> -- 1.6.0.3.866.gc189b -- Jonas Fonseca -- 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