From 36aa0d98e98c1ca0862904498cb1610c82e51ceb Mon Sep 17 00:00:00 2001 From: Imran M Yousuf Date: Mon, 8 Sep 2008 09:07:36 +0600 Subject: [PATCH] Add a POM file for setting JGit library as a Maven project Add ignore list for mavenized JGit's artifacts directory. Signed-off-by: Imran M Yousuf Signed-off-by: Shawn O. Pearce --- jgit-maven/.gitignore | 1 + jgit-maven/jgit/pom.xml | 176 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+) create mode 100644 jgit-maven/.gitignore create mode 100644 jgit-maven/jgit/pom.xml diff --git a/jgit-maven/.gitignore b/jgit-maven/.gitignore new file mode 100644 index 00000000..eb5a316c --- /dev/null +++ b/jgit-maven/.gitignore @@ -0,0 +1 @@ +target diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml new file mode 100644 index 00000000..fe9b0c57 --- /dev/null +++ b/jgit-maven/jgit/pom.xml @@ -0,0 +1,176 @@ + + + + 4.0.0 + org.spearce + jgit + jar + 0.4-SNAPSHOT + jgit + http://repo.or.cz/w/egit.git + + + GIT Mailing List + git@vger.kernel.org + http://marc.info/?l=git + + + Pure Java implementation of Git + + + Shawn O. Pearce + spearce@spearce.org + + Maintainer + + + + Robin Rosenberg + robin.rosenberg@dewire.com + + Maintainer + + + + Dave Watson + dwatson@mimvista.com + + Developer + + + + Roger C. Soares + rogersoares@intelinet.com.br + + Developer + + + + Marek Zawirski + marek.zawirski@gmail.com + + Developer + + + + Charles O'Farrell + charleso@charleso.org + + Contributor + + + + Imran M Yousuf + imyousuf@smartitengineering.com + Smart IT Engineering + + Contributor + + + + + + 3-clause (new-style) BSD license. + + All rights reserved. + Redistribution and use in source and binary forms, with or + without modification, are permitted provided that the following + conditions are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of the Git Development Community nor the + names of its contributors may be used to endorse or promote + products derived from this software without specific prior + written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + + + ../../org.spearce.jgit/src/ + + + ../../org.spearce.jgit.test/tst-rsrc/ + + + ../../org.spearce.jgit.test/tst/ + + + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + + + junit + junit + 3.8.1 + test + + + com.jcraft + jsch + 0.1.38 + compile + + + -- 2.11.4.GIT