Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 61593 invoked from network); 6 Apr 2011 10:17:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 10:17:40 -0000 Received: (qmail 10005 invoked by uid 500); 6 Apr 2011 10:17:39 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 9956 invoked by uid 500); 6 Apr 2011 10:17:39 -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 9949 invoked by uid 99); 6 Apr 2011 10:17:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 10:17:39 +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; Wed, 06 Apr 2011 10:17:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 97E4123889DA; Wed, 6 Apr 2011 10:17:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1089382 - /commons/proper/net/trunk/pom.xml Date: Wed, 06 Apr 2011 10:17:16 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110406101716.97E4123889DA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Wed Apr 6 10:17:16 2011 New Revision: 1089382 URL: http://svn.apache.org/viewvc?rev=1089382&view=rev Log: Compile examples, but exclude from binary jar Modified: commons/proper/net/trunk/pom.xml Modified: commons/proper/net/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1089382&r1=1089381&r2=1089382&view=diff ============================================================================== --- commons/proper/net/trunk/pom.xml (original) +++ commons/proper/net/trunk/pom.xml Wed Apr 6 10:17:16 2011 @@ -134,12 +134,13 @@ Supported protocols include: Echo, Finge + org.apache.maven.plugins - maven-compiler-plugin + maven-jar-plugin - **/examples/**/*.java + examples/**