Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7046910F4C for ; Wed, 9 Oct 2013 17:33:39 +0000 (UTC) Received: (qmail 10344 invoked by uid 500); 9 Oct 2013 17:33:35 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 10276 invoked by uid 500); 9 Oct 2013 17:33:35 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 10267 invoked by uid 99); 9 Oct 2013 17:33:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 17:33:34 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of egor@technoparkcorp.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vb0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 17:33:30 +0000 Received: by mail-vb0-f52.google.com with SMTP id f12so729781vbg.39 for ; Wed, 09 Oct 2013 10:33:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to:content-type; bh=/cvXLKgSZNf1j/I1vzrhuA7cDreq2d20wXhz0KyhetE=; b=gKavaGD9F/g3Pq6UXr/Z+kXSZ4cdwjplA12Y8i2nhQoPfIKaFU+cx63fuZJPbcsaKG Iq6LSqJPqx5shzvZX/h8UB6TL5/bGRdfxMrOCqCVR0t2XlVHdRwe0BRV2kT3/BijR5Vg 9EVpuLkTSazTTLVkmOVXy5BEDL8qLg3giQJ33FKxOe8ls5LZv750bkvkRujrnQ+p5uJD Rf9fGm8U26vrjqaCR0KUe/OUahzkDMEGrI5XJUOOobd7sSX2R6/Qh4eS9OGXIwUMVWAo 7czP/4Ir/rxiJsDaTNwTakodKaZ7riby9fhhl5XKR+KJWsptDcrmgH1avh7Gt+xytk/R l/4w== X-Gm-Message-State: ALoCoQkGnlpmoWChhSirahc+UM4oA2l0HYLaib58MyW+4ihoMmiIij6lKjjPkZpA4pKoumyKmoyO X-Received: by 10.220.237.208 with SMTP id kp16mr6484269vcb.4.1381339990285; Wed, 09 Oct 2013 10:33:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.221.24.16 with HTTP; Wed, 9 Oct 2013 10:32:30 -0700 (PDT) Reply-To: yegor@tpc2.com From: Yegor Bugayenko Date: Wed, 9 Oct 2013 19:32:30 +0200 Message-ID: Subject: jcabi-mysql-maven-plugin To: Maven Users List Content-Type: multipart/alternative; boundary=047d7b3434646f9ec704e85247de X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3434646f9ec704e85247de Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, I've released the first experimental version of jcabi-mysql-maven-plugin, which starts MySQL server at pre-integration-test phase and shuts it down on post-integration-test phase. With this plugin you can write integration tests against an on-demand MySQL server, avoiding the necessity to mock it with in-memory databases or relying on a always-running testing server. The plugin is in github, please feel free to submit ideas/bugs: https://github.com/jcabi/jcabi-mysql-maven-plugin =E2=80=94 Yegor Bugayenko www.tpc2.com --047d7b3434646f9ec704e85247de--