Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-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 4403518622 for ; Sat, 18 Jul 2015 08:23:18 +0000 (UTC) Received: (qmail 11945 invoked by uid 500); 18 Jul 2015 08:23:18 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 11896 invoked by uid 500); 18 Jul 2015 08:23:18 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 11887 invoked by uid 99); 18 Jul 2015 08:23:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jul 2015 08:23:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EEED2DFDF0; Sat, 18 Jul 2015 08:23:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Message-Id: <264ae3fddf61492a89ccc66a2e1b74b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Delete data dir after running tests in camel-solr Date: Sat, 18 Jul 2015 08:23:17 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master d234a5311 -> c0702debf Delete data dir after running tests in camel-solr Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c0702deb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c0702deb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c0702deb Branch: refs/heads/master Commit: c0702debf5c37bfce1c78b638143ee3b6c2c47c6 Parents: d234a53 Author: Claus Ibsen Authored: Sat Jul 18 10:30:04 2015 +0200 Committer: Claus Ibsen Committed: Sat Jul 18 10:30:04 2015 +0200 ---------------------------------------------------------------------- components/camel-solr/pom.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c0702deb/components/camel-solr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-solr/pom.xml b/components/camel-solr/pom.xml index 737de6f..f163ec0 100644 --- a/components/camel-solr/pom.xml +++ b/components/camel-solr/pom.xml @@ -15,7 +15,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 components @@ -36,7 +37,7 @@ true - + org.apache.camel camel-core @@ -60,7 +61,7 @@ httpmime ${httpclient4-version} - + org.apache.camel @@ -84,7 +85,7 @@ jdk.tools - + org.apache.solr solr-cell @@ -126,4 +127,32 @@ test + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + auto-clean + install + + clean + + + + + true + + + ${basedir}/data + + + + + + +