Return-Path: Delivered-To: apmail-incubator-empire-db-commits-archive@minotaur.apache.org Received: (qmail 31013 invoked from network); 12 Sep 2009 11:13:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Sep 2009 11:13:19 -0000 Received: (qmail 73275 invoked by uid 500); 12 Sep 2009 11:13:19 -0000 Delivered-To: apmail-incubator-empire-db-commits-archive@incubator.apache.org Received: (qmail 73254 invoked by uid 500); 12 Sep 2009 11:13:19 -0000 Mailing-List: contact empire-db-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: empire-db-dev@incubator.apache.org Delivered-To: mailing list empire-db-commits@incubator.apache.org Received: (qmail 73244 invoked by uid 99); 12 Sep 2009 11:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 11:13:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Sat, 12 Sep 2009 11:13:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B8EF223888A0; Sat, 12 Sep 2009 11:12:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r814143 - /incubator/empire-db/trunk/empire-db-examples/pom.xml Date: Sat, 12 Sep 2009 11:12:54 -0000 To: empire-db-commits@incubator.apache.org From: francisdb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090912111254.B8EF223888A0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: francisdb Date: Sat Sep 12 11:12:54 2009 New Revision: 814143 URL: http://svn.apache.org/viewvc?rev=814143&view=rev Log: skip deployment for all examples (test) Modified: incubator/empire-db/trunk/empire-db-examples/pom.xml Modified: incubator/empire-db/trunk/empire-db-examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/pom.xml?rev=814143&r1=814142&r2=814143&view=diff ============================================================================== --- incubator/empire-db/trunk/empire-db-examples/pom.xml (original) +++ incubator/empire-db/trunk/empire-db-examples/pom.xml Sat Sep 12 11:12:54 2009 @@ -33,4 +33,17 @@ empire-db-example-cxf empire-db-example-struts2-cxf + + + + + + maven-deploy-plugin + + true + + + + + \ No newline at end of file