Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 18389 invoked from network); 15 Jun 2008 10:59:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2008 10:59:03 -0000 Received: (qmail 99221 invoked by uid 500); 15 Jun 2008 10:59:05 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 99210 invoked by uid 99); 15 Jun 2008 10:59:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2008 03:59:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of berger.max@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2008 10:58:15 +0000 Received: by fg-out-1718.google.com with SMTP id l27so3282620fgb.33 for ; Sun, 15 Jun 2008 03:58:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer:sender; bh=Zolrd8fHa1L3DkqkPyOdcxrIEbzUGdnecuAHtFFbdvo=; b=rijWFtJ2Xk2mNqRukHjP8feSDYm6CGq0yFcRsKk3WOthHExmUnyWN/XHAcsD/H6mRb URSAThdZS0Ucr7LPnkg+K1CbuKjzPzMrikNaB4FKxwA7O+zKgH0FzshV3SFiku49H2/z ZEitlwegpXC2tZBvybttVxZmFj1DlNB97fF+I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer:sender; b=QMy1WVi05eM24rZGoTdGE5QB7zqU4yd4jWi+QSNNgvbcdSmt8I0vr8j4Lt3amGUl/8 z81LnNrrgkdS60Nxd0cDunbyZXK4qxYFSdiijI4WbmTZ2aebC66bJbW7uxQWDoqVl6cE /bKA3R9luuIru2HeXdYCxPDeCDvA5hEQB44GE= Received: by 10.86.73.7 with SMTP id v7mr6858862fga.37.1213527512146; Sun, 15 Jun 2008 03:58:32 -0700 (PDT) Received: from cordelia.lan ( [62.47.213.146]) by mx.google.com with ESMTPS id l12sm9183236fgb.6.2008.06.15.03.58.30 (version=SSLv3 cipher=RC4-MD5); Sun, 15 Jun 2008 03:58:30 -0700 (PDT) Message-Id: <14926A6B-CE16-4B37-8F9C-5114C6452AF7@berger.name> From: Max Berger To: general@xmlgraphics.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Subject: Maven deployment procedure Date: Sun, 15 Jun 2008 12:58:28 +0200 X-Mailer: Apple Mail (2.924) Sender: Max Berger X-Virus-Checked: Checked by ClamAV on apache.org Dear XMLgraphics-devs, just in case, here's whats currently needed to deploy maven bundles for xmlgraphics (and fop). Max One-time-setup: - install maven - make sure your ssh-key is accepted by people.apache.org - create a gpg key, make sure it is in the KEYS file. - add the following to your .m2/settings.xml (replace my name and path with your settings) apache.releases maxberger /home/berger/.ssh/id_dsa 664 775 for the actual release, you need: pom.xml (make sure it contains up-to-date version info) xmlgraphics-commons-1.3.1.jar Deploy actual bundle (replace with your keyId and passphrase): mvn gpg:sign-and-deploy-file -Durl=sftp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository -DrepositoryId=apache.releases -Dfile=xmlgraphics-commons-1.3.1.jar - DpomFile=pom.xml -Dgpg.keyname=maxberger@apache - Dgpg.passphrase=YOURPATHPHRASE --------------------------------------------------------------------- Apache XML Graphics Project URL: http://xmlgraphics.apache.org/ To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org