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 0F51D9DD1 for ; Fri, 11 May 2012 15:54:21 +0000 (UTC) Received: (qmail 21797 invoked by uid 500); 11 May 2012 15:54:20 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 21171 invoked by uid 500); 11 May 2012 15:54:19 -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 21160 invoked by uid 99); 11 May 2012 15:54:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 15:54:19 +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; Fri, 11 May 2012 15:54:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 381912388962 for ; Fri, 11 May 2012 15:53:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1337223 - /commons/proper/jcs/branches/generics-interface/pom.xml Date: Fri, 11 May 2012 15:53:53 -0000 To: commits@commons.apache.org From: tv@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120511155353.381912388962@eris.apache.org> Author: tv Date: Fri May 11 15:53:52 2012 New Revision: 1337223 URL: http://svn.apache.org/viewvc?rev=1337223&view=rev Log: Prepare build for Maven 3, Fixes JCS-87 Modified: commons/proper/jcs/branches/generics-interface/pom.xml Modified: commons/proper/jcs/branches/generics-interface/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/branches/generics-interface/pom.xml?rev=1337223&r1=1337222&r2=1337223&view=diff ============================================================================== --- commons/proper/jcs/branches/generics-interface/pom.xml (original) +++ commons/proper/jcs/branches/generics-interface/pom.xml Fri May 11 15:53:52 2012 @@ -22,8 +22,8 @@ 4.0.0 org.apache.commons - commons-parent - 21 + commons-parent + 21 org.apache.jcs jcs @@ -121,7 +121,6 @@ true - @@ -232,7 +232,7 @@ + ${maven.compile.source} - - - org.apache.maven.plugins - maven-jar-plugin - - - - ${project.name} - ${project.version} - ${project.organization.name} - ${project.name} - ${project.version} - ${project.organization.name} - org.apache - ${maven.compile.source} - ${maven.compile.source} - - - - + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.2 + + + + ${project.name} + ${project.version} + ${project.organization.name} + ${project.name} + ${project.version} + ${project.organization.name} + org.apache + ${project.build.source} + ${project.build.target} + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + org.codehaus.mojo + rmic-maven-plugin + 1.1 + + + + + org.codehaus.mojo rmic-maven-plugin - 1.1 - - rmic-process-classes - - rmic - - - ${project.build.outputDirectory} - - org.apache.jcs.auxiliary.remote.RemoteCacheListener - org.apache.jcs.auxiliary.remote.server.RemoteCacheServer - - - + + rmic + + rmic + + + + **/RemoteCacheListener.class + **/RemoteCacheServer.class + + ${project.build.outputDirectory} + + - - maven-assembly-plugin - - - src/assembly/bin.xml - src/assembly/src.xml - - gnu - - @@ -427,16 +454,52 @@ org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + true + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + true + + + + org.apache.maven.plugins + maven-site-plugin + 3.0 + + + org.apache.maven.plugins maven-surefire-report-plugin + 2.11 org.codehaus.mojo jdepend-maven-plugin - 2.0-beta-1 + 2.0-beta-2 org.codehaus.mojo rat-maven-plugin + 1.0-alpha-3 + + + org.apache.maven.plugins + maven-pmd-plugin + 2.5 + + 1.5 + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.2 org.apache.maven.plugins @@ -456,19 +519,6 @@ - - org.apache.maven.plugins - maven-pmd-plugin - 2.5 - - 1.5 - - - - org.codehaus.mojo - findbugs-maven-plugin - 2.3.2 - @@ -484,6 +534,33 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + -Djava.security.manager -Djava.security.policy=${basedir}/src/conf/cache.policy -Xms256m -Xmx256m + + **/*${test.type}Test.java + + + + + + + **/BlockDiskElementDescriptorUnitTest.java + **/HSQLDiskCacheConcurrentUnitTest.java + **/HSQLDiskCacheUnitTest.java + **/IndexedDiskCacheOptimizationUnitTest.java + **/TestTCPLateralUnitTest.java + **/UDPDiscoveryUnitTest.java + + + + org.apache.maven.plugins @@ -522,12 +599,19 @@ jar - - ${maven.compile.source} - + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src.xml + + gnu + + @@ -547,8 +631,36 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + pertest + -Djava.security.manager -Djava.security.policy=${basedir}/src/conf/cache.policy -Xms256m -Xmx256m + + **/*${test.type}Test.java + + + + + + + **/BlockDiskElementDescriptorUnitTest.java + **/HSQLDiskCacheConcurrentUnitTest.java + **/HSQLDiskCacheUnitTest.java + **/IndexedDiskCacheOptimizationUnitTest.java + **/TestTCPLateralUnitTest.java + **/UDPDiscoveryUnitTest.java + + + + + org.apache.maven.plugins maven-gpg-plugin ${gpg.passphrase} @@ -564,6 +676,7 @@ + org.apache.maven.plugins maven-source-plugin @@ -575,6 +688,7 @@ + org.apache.maven.plugins maven-javadoc-plugin @@ -582,9 +696,6 @@ jar - - ${maven.compile.source} - @@ -596,6 +707,7 @@ + UTF-8 1.5 1.5 @@ -616,6 +728,7 @@ UTF-8 http://download.oracle.com/javase/1.5.0/docs/api/ + Unit