From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Struberg Subject: [JGIT PATCH 1/9] mavenizing step 1: moved over the initial poms from Jasons branch Signed-off-by: Mark Struberg Date: Wed, 23 Sep 2009 23:16:02 +0200 Message-ID: <1253740570-10718-1-git-send-email-struberg@yahoo.de> Cc: Jason van Zyl To: git@vger.kernel.org, spearce@spearce.org X-From: git-owner@vger.kernel.org Wed Sep 23 23:16:24 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MqZCJ-0004af-8f for gcvg-git-2@lo.gmane.org; Wed, 23 Sep 2009 23:16:24 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752830AbZIWVPq (ORCPT ); Wed, 23 Sep 2009 17:15:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752741AbZIWVPq (ORCPT ); Wed, 23 Sep 2009 17:15:46 -0400 Received: from n6.bullet.re3.yahoo.com ([68.142.237.91]:45289 "HELO n6.bullet.re3.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752592AbZIWVPp (ORCPT ); Wed, 23 Sep 2009 17:15:45 -0400 Received: from [68.142.237.90] by n6.bullet.re3.yahoo.com with NNFMP; 23 Sep 2009 21:15:48 -0000 Received: from [66.196.97.144] by t6.bullet.re3.yahoo.com with NNFMP; 23 Sep 2009 21:15:48 -0000 Received: from [127.0.0.1] by omp202.mail.re3.yahoo.com with NNFMP; 23 Sep 2009 21:15:48 -0000 X-Yahoo-Newman-Id: 634420.26006.bm@omp202.mail.re3.yahoo.com Received: (qmail 22196 invoked from network); 23 Sep 2009 21:15:48 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer; b=dWKl5cc/+MSJADl2qApAPMgBmXEj1G8L6EK5DMV+rs6PD2HEE6R4V2ji1VUvyGck+kHDeJ4CmKEkKymzWrsgRZaZIzpEH3/CFYGYJs8/LRyz+qcSWhTCPTOyw5cAp9IvDMD2OP1WKvzfnXcwU4ehed5qRZZ6nSbdOdVMAuFemwM= ; Received: from chello062178039060.14.11.vie.surfer.at (struberg@62.178.39.60 with login) by smtp103.plus.mail.re1.yahoo.com with SMTP; 23 Sep 2009 14:15:48 -0700 PDT X-Yahoo-SMTP: 81dhI.iswBBq7boyzRoOX6xuRIe8 X-YMail-OSG: b_2VNb4VM1nXMYXAeoHjsWj6rOz5eXW7MnwZQmk9HZ2t3IRZ_PFPBcUjyCUU4G9OO0gtsugaassCvuhshIOaqo1oqAwzXRdCSHBsrTWk1LMr31hHq_LfsqehTTElx4xltWdb97bheKbY0akGyEVonqiKeHnEwmqx.WDaHuS9Hs0CsFWGOxnoYUCy7dfasEyp1ODefznKD1hTLoyrJiOPXtAOsa2YJ5BCAA7G1Ddy5e_BtURdeVXKRgRoK.fqqDVtMOzGfOYzN_DG520lnThVaKaxAhXqAoCUZYlDpWJyMhjKzuxjm_kUKvb6NxRBm6vO6YZ.i7GhoN_aBU_IY8Xe8hL0zQvi8KSfW.Kr910- X-Yahoo-Newman-Property: ymail-3 X-Mailer: git-send-email 1.6.2.5 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: Jason van Zyl --- .gitignore | 1 + org.spearce.jgit.pgm/pom.xml | 59 ++++++++++ org.spearce.jgit.test/pom.xml | 30 +++++ org.spearce.jgit/pom.xml | 35 ++++++ pom.xml | 258 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 383 insertions(+), 0 deletions(-) create mode 100644 org.spearce.jgit.pgm/pom.xml create mode 100644 org.spearce.jgit.test/pom.xml create mode 100644 org.spearce.jgit/pom.xml create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index 5219cbc..37ca28d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /jgit /jgit.jar /jgit_src.zip +target /jgit_docs.zip diff --git a/org.spearce.jgit.pgm/pom.xml b/org.spearce.jgit.pgm/pom.xml new file mode 100644 index 0000000..9501cb5 --- /dev/null +++ b/org.spearce.jgit.pgm/pom.xml @@ -0,0 +1,59 @@ + + + 4.0.0 + + org.spearce + jgit-parent + 0.5.0-SNAPSHOT + + org.spearce.jgit.pgm + JGit :: Pgm + + + org.spearce + org.spearce.jgit + ${project.version} + + + args4j + args4j + + + + src + + + src + + **/services/** + + + + + + org.apache.maven.plugins + maven-shade-plugin + 1.2 + + + package + + shade + + + jgit-cli + false + + + + org.spearce.jgit.pgm.Main + + + + + + + + + diff --git a/org.spearce.jgit.test/pom.xml b/org.spearce.jgit.test/pom.xml new file mode 100644 index 0000000..db1fc46 --- /dev/null +++ b/org.spearce.jgit.test/pom.xml @@ -0,0 +1,30 @@ + + + 4.0.0 + + org.spearce + jgit-parent + 0.5.0-SNAPSHOT + + org.spearce.jgit.test + JGit :: Test + + + org.spearce + org.spearce.jgit + + + com.jcraft + jsch + + + + + + tst-rsrc/ + + + tst/ + + diff --git a/org.spearce.jgit/pom.xml b/org.spearce.jgit/pom.xml new file mode 100644 index 0000000..2510ff7 --- /dev/null +++ b/org.spearce.jgit/pom.xml @@ -0,0 +1,35 @@ + + + 4.0.0 + + org.spearce + jgit-parent + 0.5.0-SNAPSHOT + + org.spearce.jgit + JGit :: Core + + + com.jcraft + jsch + + + + src + + + org.apache.maven.plugins + maven-surefire-plugin + 2.4.2 + + + **/*Test.java + **/*TestCase.java + **/T000*.java + + + + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7d52ba2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,258 @@ + + + + 4.0.0 + org.spearce + jgit-parent + pom + 0.5.0-SNAPSHOT + JGit :: Parent + 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.apache.maven.plugins + maven-compiler-plugin + 2.0.1 + + 1.5 + 1.5 + UTF-8 + + + + + + + junit + junit + 3.8.1 + test + + + + + + org.spearce + org.spearce.jgit + ${project.version} + + + com.jcraft + jsch + 0.1.38 + + + args4j + args4j + 2.0.9 + + + + + + jgit-maven-snapshot-repository + JGit Maven Snapshot Repository + dav:https://egit.googlecode.com/svn/maven/snapshot-repository/ + true + + + + org.spearce.jgit + org.spearce.jgit.test + org.spearce.jgit.pgm + + + + + jgit-release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + ${gpg.passphrase} + + + + + sign + + + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + ${project.build.sourceEncoding} + + + + attach-javadocs + + jar + + + + + + + + + -- 1.6.2.5