Return-Path: Delivered-To: apmail-incubator-opennlp-dev-archive@minotaur.apache.org Received: (qmail 2650 invoked from network); 4 Feb 2011 23:31:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2011 23:31:32 -0000 Received: (qmail 60210 invoked by uid 500); 4 Feb 2011 23:31:32 -0000 Delivered-To: apmail-incubator-opennlp-dev-archive@incubator.apache.org Received: (qmail 60182 invoked by uid 500); 4 Feb 2011 23:31:32 -0000 Mailing-List: contact opennlp-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: opennlp-dev@incubator.apache.org Delivered-To: mailing list opennlp-dev@incubator.apache.org Received: (qmail 60174 invoked by uid 99); 4 Feb 2011 23:31:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 23:31:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.kosin@gmail.com designates 209.85.218.47 as permitted sender) Received: from [209.85.218.47] (HELO mail-yi0-f47.google.com) (209.85.218.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 23:31:22 +0000 Received: by yie16 with SMTP id 16so1159339yie.6 for ; Fri, 04 Feb 2011 15:31:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=bgMV2Izt3wvAtVXCqnHDR4VIVOaFmqUsydVH9t0AW9Q=; b=iZgt759V0lyxQDmmlTOKxnndB7KziP9Pz7ypgSkfYwA7PvfnizldnUcie/VRNPAhqE /o2fx3XDgWiho1sZ4E87PLG75RZSqErEcKKh+G/0PPp/BVKfoaePKW+RimrLhXrjiNqO hKZgzYgmnQo10X7Ko2EndnqQfCdgoOAgw0PNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=E6Xz2bSSKn1f9AydWCauLCLyJe8wxQeqoOD72zEou5sWS9Q3oWvhtWtDET35E7+UpP KmhwafsFe4Ysyj8uM443oPEsQ6YD9nHSDv0CNsWN4NXqRQ6Kqk09UaO8qj3egwXfV0sV pKKMO0kKqnBKA1YAIEGQ/NUfFvKCYCypcIpX4= Received: by 10.100.174.7 with SMTP id w7mr1978300ane.105.1296862261786; Fri, 04 Feb 2011 15:31:01 -0800 (PST) Received: from [192.168.159.4] (ip98-166-149-16.hr.hr.cox.net [98.166.149.16]) by mx.google.com with ESMTPS id 17sm1456803anx.13.2011.02.04.15.31.00 (version=SSLv3 cipher=RC4-MD5); Fri, 04 Feb 2011 15:31:00 -0800 (PST) Message-ID: <4D4C8C3C.9010809@gmail.com> Date: Fri, 04 Feb 2011 18:31:08 -0500 From: James Kosin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: opennlp-dev@incubator.apache.org Subject: Re: Distributables are complaint? References: <4D4BDC80.4050308@gmail.com> In-Reply-To: <4D4BDC80.4050308@gmail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jorn, Only thing is one may want to add: -Dgpg.keyname=keyname -Dgpg.passphrase=passphrase Otherwise, mvn may fail not being able to find the key; or you will have to type the passphrase multiple times. James