Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 29686 invoked from network); 27 Aug 2007 00:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2007 00:58:19 -0000 Received: (qmail 30219 invoked by uid 500); 27 Aug 2007 00:58:15 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 30156 invoked by uid 500); 27 Aug 2007 00:58:15 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 30145 invoked by uid 99); 27 Aug 2007 00:58:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Aug 2007 17:58:15 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2007 00:59:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 529371A9832; Sun, 26 Aug 2007 17:57:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r569939 - /directory/daemon/trunk/pom.xml Date: Mon, 27 Aug 2007 00:57:56 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070827005756.529371A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: akarasulu Date: Sun Aug 26 17:57:55 2007 New Revision: 569939 URL: http://svn.apache.org/viewvc?rev=569939&view=rev Log: setting up daemon project to be deployed with gpg signatures Modified: directory/daemon/trunk/pom.xml Modified: directory/daemon/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=569939&r1=569938&r2=569939&view=diff ============================================================================== --- directory/daemon/trunk/pom.xml (original) +++ directory/daemon/trunk/pom.xml Sun Aug 26 17:57:55 2007 @@ -111,12 +111,21 @@ - + + + org.apache.maven.plugins + maven-release-plugin + + + https://svn.apache.org/repos/asf/directory/daemon/releases + + + + true - org.apache.maven.plugins @@ -142,9 +151,52 @@ - - + + + release + + + + maven-gpg-plugin + + + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + + 2.0.3 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + +