Return-Path: Delivered-To: apmail-openjpa-commits-archive@www.apache.org Received: (qmail 84759 invoked from network); 25 Jan 2010 20:49:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 20:49:29 -0000 Received: (qmail 74413 invoked by uid 500); 25 Jan 2010 20:49:29 -0000 Delivered-To: apmail-openjpa-commits-archive@openjpa.apache.org Received: (qmail 74363 invoked by uid 500); 25 Jan 2010 20:49:29 -0000 Mailing-List: contact commits-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list commits@openjpa.apache.org Received: (qmail 74354 invoked by uid 99); 25 Jan 2010 20:49:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 20:49:29 +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; Mon, 25 Jan 2010 20:49:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 634BC23889E3; Mon, 25 Jan 2010 20:49:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r902968 - in /openjpa/branches/2.0.0-beta: ./ openjpa-integration/tck/ openjpa-integration/validation/ openjpa-jdbc/ openjpa-kernel/ openjpa-lib/ openjpa-persistence-jdbc/ openjpa-persistence-locking/ openjpa-persistence/ openjpa-slice/ Date: Mon, 25 Jan 2010 20:48:59 -0000 To: commits@openjpa.apache.org From: dwoods@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100125204900.634BC23889E3@eris.apache.org> Author: dwoods Date: Mon Jan 25 20:48:59 2010 New Revision: 902968 URL: http://svn.apache.org/viewvc?rev=902968&view=rev Log: move creation of *-tests.jar to modules that actually have tests, otherwise jars with no test and no legal files will get generated and cause the release process to fail Modified: openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml openjpa/branches/2.0.0-beta/pom.xml Modified: openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-integration/tck/pom.xml Mon Jan 25 20:48:59 2010 @@ -418,16 +418,7 @@ - + org.apache.geronimo.specs Modified: openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-integration/validation/pom.xml Mon Jan 25 20:48:59 2010 @@ -232,6 +232,19 @@ org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + + + org.apache.maven.plugins maven-antrun-plugin Modified: openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-jdbc/pom.xml Mon Jan 25 20:48:59 2010 @@ -78,4 +78,22 @@ test + + + + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + + + Modified: openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-kernel/pom.xml Mon Jan 25 20:48:59 2010 @@ -125,6 +125,15 @@ + + + attach-tests + verify + + test-jar + + + Modified: openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-lib/pom.xml Mon Jan 25 20:48:59 2010 @@ -115,6 +115,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + Modified: openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-persistence-jdbc/pom.xml Mon Jan 25 20:48:59 2010 @@ -777,6 +777,13 @@ + + attach-tests + verify + + test-jar + + Modified: openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-persistence-locking/pom.xml Mon Jan 25 20:48:59 2010 @@ -749,6 +749,19 @@ org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + + + org.apache.maven.plugins maven-surefire-plugin ${surefire.jvm.args} Modified: openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-persistence/pom.xml Mon Jan 25 20:48:59 2010 @@ -73,6 +73,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + @@ -86,28 +99,21 @@ jdk6-compiler - Modified: openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml (original) +++ openjpa/branches/2.0.0-beta/openjpa-slice/pom.xml Mon Jan 25 20:48:59 2010 @@ -120,6 +120,19 @@ org.apache.maven.plugins + maven-jar-plugin + + + attach-tests + verify + + test-jar + + + + + + org.apache.maven.plugins maven-surefire-plugin ${test.jvm.arguments} Modified: openjpa/branches/2.0.0-beta/pom.xml URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.0-beta/pom.xml?rev=902968&r1=902967&r2=902968&view=diff ============================================================================== --- openjpa/branches/2.0.0-beta/pom.xml (original) +++ openjpa/branches/2.0.0-beta/pom.xml Mon Jan 25 20:48:59 2010 @@ -949,6 +949,7 @@ + +