Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4BD937E89 for ; Thu, 22 Sep 2011 09:24:12 +0000 (UTC) Received: (qmail 85845 invoked by uid 500); 22 Sep 2011 09:24:12 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 85773 invoked by uid 500); 22 Sep 2011 09:24:12 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 85766 invoked by uid 99); 22 Sep 2011 09:24:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2011 09:24:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Sep 2011 09:24:09 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7F6CC238890A for ; Thu, 22 Sep 2011 09:23:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1174014 - /commons/proper/ognl/trunk/pom.xml Date: Thu, 22 Sep 2011 09:23:48 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20110922092348.7F6CC238890A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Thu Sep 22 09:23:48 2011 New Revision: 1174014 URL: http://svn.apache.org/viewvc?rev=1174014&view=rev Log: added missing assembly plugin Modified: commons/proper/ognl/trunk/pom.xml Modified: commons/proper/ognl/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1174014&r1=1174013&r2=1174014&view=diff ============================================================================== --- commons/proper/ognl/trunk/pom.xml (original) +++ commons/proper/ognl/trunk/pom.xml Thu Sep 22 09:23:48 2011 @@ -232,6 +232,17 @@ limitations under the License. maven-clean-plugin 2.4.1 + + maven-assembly-plugin + + + ${basedir}/src/main/assembly/bin.xml + ${basedir}/src/main/assembly/src.xml + + gnu + false + +