git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonas Fonseca <fonseca@diku.dk>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: Jonas Fonseca <jonas.fonseca@gmail.com>,
	Farrukh Najmi <farrukh@wellfleetsoftware.com>,
	git@vger.kernel.org
Subject: [PATCH] Add maven distribution management info for the new snapshot repository
Date: Wed, 12 Nov 2008 00:48:58 +0100	[thread overview]
Message-ID: <20081111234858.GA17662@diku.dk> (raw)
In-Reply-To: <20081111231106.GT2932@spearce.org>

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
---
 jgit-maven/jgit/pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

 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>
+            <uniqueVersion>true</uniqueVersion>
+        </snapshotRepository>
+    </distributionManagement>
 </project>
-- 
1.6.0.3.866.gc189b

-- 
Jonas Fonseca

  reply	other threads:[~2008-11-11 23:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-11 20:44 Newbie questions regarding jgit Farrukh Najmi
2008-11-11 21:12 ` Farrukh Najmi
2008-11-11 21:37 ` Jonas Fonseca
2008-11-11 21:44   ` Shawn O. Pearce
2008-11-11 22:01     ` Jonas Fonseca
2008-11-11 23:11       ` Shawn O. Pearce
2008-11-11 23:48         ` Jonas Fonseca [this message]
2008-11-12  0:58           ` [PATCH] Add maven distribution management info for the new snapshot repository Shawn O. Pearce
2008-11-12  1:01             ` Shawn O. Pearce
2008-11-12  2:24         ` Newbie questions regarding jgit Imran M Yousuf
2008-11-12 12:51       ` Farrukh Najmi
2008-11-12 14:05   ` Farrukh Najmi
2008-11-12 14:33     ` Farrukh Najmi
2008-11-12 17:56       ` Farrukh Najmi
2008-11-12 18:30         ` Jonas Fonseca
2008-11-12 19:29         ` Shawn O. Pearce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081111234858.GA17662@diku.dk \
    --to=fonseca@diku.dk \
    --cc=farrukh@wellfleetsoftware.com \
    --cc=git@vger.kernel.org \
    --cc=jonas.fonseca@gmail.com \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).