Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EDF4FA5D for ; Thu, 21 Mar 2013 01:13:49 +0000 (UTC) Received: (qmail 12503 invoked by uid 500); 21 Mar 2013 01:13:49 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 12456 invoked by uid 500); 21 Mar 2013 01:13:48 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 12448 invoked by uid 99); 21 Mar 2013 01:13:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Mar 2013 01:13:48 +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; Thu, 21 Mar 2013 01:13:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EFAC8238890D; Thu, 21 Mar 2013 01:13:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1459115 - in /accumulo/trunk: core/pom.xml proxy/pom.xml trace/pom.xml Date: Thu, 21 Mar 2013 01:13:24 -0000 To: commits@accumulo.apache.org From: medined@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130321011324.EFAC8238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: medined Date: Thu Mar 21 01:13:24 2013 New Revision: 1459115 URL: http://svn.apache.org/r1459115 Log: ACCUMULO-1191: Move thift generation into 'thrift' profile. Modified: accumulo/trunk/core/pom.xml accumulo/trunk/proxy/pom.xml accumulo/trunk/trace/pom.xml Modified: accumulo/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/core/pom.xml?rev=1459115&r1=1459114&r2=1459115&view=diff ============================================================================== --- accumulo/trunk/core/pom.xml (original) +++ accumulo/trunk/core/pom.xml Thu Mar 21 01:13:24 2013 @@ -40,22 +40,6 @@ - org.codehaus.mojo - exec-maven-plugin - - - generate-thrift - generate-sources - - exec - - - ${basedir}/src/main/scripts/generate-thrift.sh - - - - - org.apache.maven.plugins maven-jar-plugin @@ -116,6 +100,29 @@ + + thrift + + + + org.codehaus.mojo + exec-maven-plugin + + + generate-thrift + generate-sources + + exec + + + ${basedir}/src/main/scripts/generate-thrift.sh + + + + + + + Modified: accumulo/trunk/proxy/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/proxy/pom.xml?rev=1459115&r1=1459114&r2=1459115&view=diff ============================================================================== --- accumulo/trunk/proxy/pom.xml (original) +++ accumulo/trunk/proxy/pom.xml Thu Mar 21 01:13:24 2013 @@ -40,24 +40,6 @@ - - - org.codehaus.mojo - exec-maven-plugin - - - generate-thrift - generate-sources - - exec - - - ${basedir}/src/main/scripts/generate-thrift.sh - - - - - @@ -144,5 +126,28 @@ + + thrift + + + + org.codehaus.mojo + exec-maven-plugin + + + generate-thrift + generate-sources + + exec + + + ${basedir}/src/main/scripts/generate-thrift.sh + + + + + + + Modified: accumulo/trunk/trace/pom.xml URL: http://svn.apache.org/viewvc/accumulo/trunk/trace/pom.xml?rev=1459115&r1=1459114&r2=1459115&view=diff ============================================================================== --- accumulo/trunk/trace/pom.xml (original) +++ accumulo/trunk/trace/pom.xml Thu Mar 21 01:13:24 2013 @@ -37,26 +37,34 @@ - - - org.codehaus.mojo - exec-maven-plugin - - - generate-thrift - generate-sources - - exec - - - ${basedir}/src/main/scripts/generate-thrift.sh - - - - - + + + thrift + + + + org.codehaus.mojo + exec-maven-plugin + + + generate-thrift + generate-sources + + exec + + + ${basedir}/src/main/scripts/generate-thrift.sh + + + + + + + + + log4j