Return-Path: X-Original-To: apmail-db-torque-dev-archive@www.apache.org Delivered-To: apmail-db-torque-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE414175BA for ; Sun, 5 Oct 2014 01:52:09 +0000 (UTC) Received: (qmail 50627 invoked by uid 500); 5 Oct 2014 01:52:09 -0000 Delivered-To: apmail-db-torque-dev-archive@db.apache.org Received: (qmail 50595 invoked by uid 500); 5 Oct 2014 01:52:09 -0000 Mailing-List: contact torque-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Developers List" Reply-To: "Apache Torque Developers List" Delivered-To: mailing list torque-dev@db.apache.org Received: (qmail 50584 invoked by uid 500); 5 Oct 2014 01:52:09 -0000 Received: (qmail 50581 invoked by uid 99); 5 Oct 2014 01:52:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Oct 2014 01:52:09 +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; Sun, 05 Oct 2014 01:51:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 11B2D2388993; Sun, 5 Oct 2014 01:51:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1629459 - in /db/torque/torque4/trunk: pom.xml torque-ant-tasks/pom.xml torque-generator/pom.xml torque-maven-plugin/pom.xml torque-runtime/pom.xml torque-templates/pom.xml torque-test/pom.xml Date: Sun, 05 Oct 2014 01:51:44 -0000 To: torque-commits@db.apache.org From: tfischer@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141005015145.11B2D2388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tfischer Date: Sun Oct 5 01:51:43 2014 New Revision: 1629459 URL: http://svn.apache.org/r1629459 Log: Try fix problem with jenkins build Modified: db/torque/torque4/trunk/pom.xml db/torque/torque4/trunk/torque-ant-tasks/pom.xml db/torque/torque4/trunk/torque-generator/pom.xml db/torque/torque4/trunk/torque-maven-plugin/pom.xml db/torque/torque4/trunk/torque-runtime/pom.xml db/torque/torque4/trunk/torque-templates/pom.xml db/torque/torque4/trunk/torque-test/pom.xml Modified: db/torque/torque4/trunk/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/pom.xml (original) +++ db/torque/torque4/trunk/pom.xml Sun Oct 5 01:51:43 2014 @@ -385,16 +385,6 @@ org.apache.maven.plugins - maven-checkstyle-plugin - - ${basedir}/../src/main/checkstyle/checkstyle.xml - ${basedir}/../src/main/checkstyle/license-header.txt - ${basedir}/../src/main/checkstyle/checkstyle-suppressions.xml - checkstyle.suppressions.file - - - - org.apache.maven.plugins maven-pmd-plugin 2.5 @@ -444,6 +434,9 @@ org.apache.maven.plugins maven-eclipse-plugin 2.9 + + true + org.apache.maven.plugins @@ -477,10 +470,11 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.13 ${basedir}/../src/main/checkstyle/checkstyle.xml ${basedir}/../src/main/checkstyle/license-header.txt + ${basedir}/../src/main/checkstyle/checkstyle-suppressions.xml + checkstyle.suppressions.file Modified: db/torque/torque4/trunk/torque-ant-tasks/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-ant-tasks/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-ant-tasks/pom.xml (original) +++ db/torque/torque4/trunk/torque-ant-tasks/pom.xml Sun Oct 5 01:51:43 2014 @@ -69,6 +69,15 @@ test + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + Modified: db/torque/torque4/trunk/torque-generator/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-generator/pom.xml (original) +++ db/torque/torque4/trunk/torque-generator/pom.xml Sun Oct 5 01:51:43 2014 @@ -157,10 +157,7 @@ org.apache.maven.plugins - maven-eclipse-plugin - - true - + maven-checkstyle-plugin org.apache.maven.plugins Modified: db/torque/torque4/trunk/torque-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-maven-plugin/pom.xml (original) +++ db/torque/torque4/trunk/torque-maven-plugin/pom.xml Sun Oct 5 01:51:43 2014 @@ -89,6 +89,14 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + Modified: db/torque/torque4/trunk/torque-runtime/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-runtime/pom.xml (original) +++ db/torque/torque4/trunk/torque-runtime/pom.xml Sun Oct 5 01:51:43 2014 @@ -136,9 +136,14 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + apache-release Modified: db/torque/torque4/trunk/torque-templates/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-templates/pom.xml (original) +++ db/torque/torque4/trunk/torque-templates/pom.xml Sun Oct 5 01:51:43 2014 @@ -108,10 +108,15 @@ - + + + org.apache.maven.plugins + maven-checkstyle-plugin + + apache-release Modified: db/torque/torque4/trunk/torque-test/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1629459&r1=1629458&r2=1629459&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-test/pom.xml (original) +++ db/torque/torque4/trunk/torque-test/pom.xml Sun Oct 5 01:51:43 2014 @@ -540,8 +540,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org