Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 43328 invoked from network); 16 May 2008 18:24:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 18:24:28 -0000 Received: (qmail 87410 invoked by uid 500); 16 May 2008 18:24:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 87364 invoked by uid 500); 16 May 2008 18:24:29 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 87349 invoked by uid 99); 16 May 2008 18:24:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 11:24:29 -0700 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; Fri, 16 May 2008 18:23:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 182822388A00; Fri, 16 May 2008 11:24:07 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r657153 - in /geronimo/samples/branches/2.1: geronimo-samples-archetype/src/main/resources/archetype-resources/sample-ear/ samples/CustomerService/CustomerService-ear/ samples/bank/bank-ear/ samples/calculator-stateless-pojo/calculator-stat... Date: Fri, 16 May 2008 18:24:06 -0000 To: scm@geronimo.apache.org From: jbohn@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080516182407.182822388A00@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbohn Date: Fri May 16 11:24:06 2008 New Revision: 657153 URL: http://svn.apache.org/viewvc?rev=657153&view=rev Log: remove copies of artifacts (ears, wars) up to root sample as it causes problems for the maven-release-plugin which thinks these are local modifications Modified: geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-ear/pom.xml geronimo/samples/branches/2.1/samples/CustomerService/CustomerService-ear/pom.xml geronimo/samples/branches/2.1/samples/bank/bank-ear/pom.xml geronimo/samples/branches/2.1/samples/calculator-stateless-pojo/calculator-stateless-ear/pom.xml geronimo/samples/branches/2.1/samples/dbtester/dbtester-war/pom.xml geronimo/samples/branches/2.1/samples/inventory/inventory-ear/pom.xml geronimo/samples/branches/2.1/samples/jaxws-calculator/jaxws-calculator-ear/pom.xml geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-war/pom.xml geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-ear/pom.xml geronimo/samples/branches/2.1/samples/mytime/mytime-ear/pom.xml geronimo/samples/branches/2.1/samples/sendmail/sendmail-ear/pom.xml geronimo/samples/branches/2.1/samples/timereport/timereport-ear/pom.xml Modified: geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/geronimo-samples-archetype/src/main/resources/archetype-resources/sample-ear/pom.xml Fri May 16 11:24:06 2008 @@ -77,25 +77,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/CustomerService/CustomerService-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/CustomerService/CustomerService-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/CustomerService/CustomerService-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/CustomerService/CustomerService-ear/pom.xml Fri May 16 11:24:06 2008 @@ -83,26 +83,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/bank/bank-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/bank/bank-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/bank/bank-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/bank/bank-ear/pom.xml Fri May 16 11:24:06 2008 @@ -84,25 +84,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/calculator-stateless-pojo/calculator-stateless-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/calculator-stateless-pojo/calculator-stateless-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/calculator-stateless-pojo/calculator-stateless-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/calculator-stateless-pojo/calculator-stateless-ear/pom.xml Fri May 16 11:24:06 2008 @@ -79,27 +79,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - - Modified: geronimo/samples/branches/2.1/samples/dbtester/dbtester-war/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/dbtester/dbtester-war/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/dbtester/dbtester-war/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/dbtester/dbtester-war/pom.xml Fri May 16 11:24:06 2008 @@ -84,19 +84,6 @@ - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.war file to parent - - - - Modified: geronimo/samples/branches/2.1/samples/inventory/inventory-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/inventory/inventory-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/inventory/inventory-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/inventory/inventory-ear/pom.xml Fri May 16 11:24:06 2008 @@ -69,26 +69,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/jaxws-calculator/jaxws-calculator-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/jaxws-calculator/jaxws-calculator-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/jaxws-calculator/jaxws-calculator-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/jaxws-calculator/jaxws-calculator-ear/pom.xml Fri May 16 11:24:06 2008 @@ -63,26 +63,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/jms-mdb-sample/jms-mdb-sample-ear/pom.xml Fri May 16 11:24:06 2008 @@ -89,26 +89,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-war/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-war/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-war/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/ldap-sample-app/ldap-sample-app-war/pom.xml Fri May 16 11:24:06 2008 @@ -34,28 +34,4 @@ Geronimo Samples :: LDAP Sample WAR war - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-site - - run - - - - Copying ${pom.build.finalName}.war file to parent - - - - - - - - Modified: geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/myphonebook/myphonebook-ear/pom.xml Fri May 16 11:24:06 2008 @@ -83,26 +83,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/mytime/mytime-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/mytime/mytime-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/mytime/mytime-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/mytime/mytime-ear/pom.xml Fri May 16 11:24:06 2008 @@ -76,26 +76,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/sendmail/sendmail-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/sendmail/sendmail-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/sendmail/sendmail-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/sendmail/sendmail-ear/pom.xml Fri May 16 11:24:06 2008 @@ -63,26 +63,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - - Modified: geronimo/samples/branches/2.1/samples/timereport/timereport-ear/pom.xml URL: http://svn.apache.org/viewvc/geronimo/samples/branches/2.1/samples/timereport/timereport-ear/pom.xml?rev=657153&r1=657152&r2=657153&view=diff ============================================================================== --- geronimo/samples/branches/2.1/samples/timereport/timereport-ear/pom.xml (original) +++ geronimo/samples/branches/2.1/samples/timereport/timereport-ear/pom.xml Fri May 16 11:24:06 2008 @@ -70,26 +70,6 @@ - - - org.apache.maven.plugins - maven-antrun-plugin - - - install - copy-parent-target - - run - - - - Copying ${pom.build.finalName}.ear file to parent - - - - - -