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 45E02F37F for ; Mon, 13 May 2013 21:14:42 +0000 (UTC) Received: (qmail 2261 invoked by uid 500); 13 May 2013 18:24:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 2172 invoked by uid 500); 13 May 2013 18:24:41 -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 2159 invoked by uid 99); 13 May 2013 18:24:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 18:24:41 +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 (nike.apache.org: domain of andreas.gudian@gmail.com designates 209.85.210.170 as permitted sender) Received: from [209.85.210.170] (HELO mail-ia0-f170.google.com) (209.85.210.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 18:24:35 +0000 Received: by mail-ia0-f170.google.com with SMTP id l29so1532208iag.29 for ; Mon, 13 May 2013 11:24:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=hAyrnVuIdi4dt9UVikjX+Zk32mcVxZvm/38aN8bacrM=; b=RNKdyQFW7WOiwJ/RmszqJJ81x41aye9Li1CucbwHd1hzzP0NGtkd6xISn5ROfJYv3Z y++4hSuDhwX5SelzSMtwUKRvnrgJlw+Xhm6vlJpFd4sswDsMk2OxpypCSJ9bEZvWed/X 8za+SuyepQCDCGAFoZ7+LXbiP3gIYzO+kyOfS6YmUOdoJlqL8xpVeksjvcK5IdjGzTWt jsDq9qw1jY7gnWG/eNhTbbxwMSBMeTCEQwkoLytZuG93+nkcYPb5ML6W1mojY5nHVrT2 GOMM0Rf3eS75C7FiyljQtK6xbQw/PnttI3TAfJ9e51p/tI94oMA9iNrHb/mj3MjjnwF7 WY9Q== MIME-Version: 1.0 X-Received: by 10.50.180.197 with SMTP id dq5mr10764059igc.22.1368469454643; Mon, 13 May 2013 11:24:14 -0700 (PDT) Received: by 10.64.71.106 with HTTP; Mon, 13 May 2013 11:24:14 -0700 (PDT) In-Reply-To: References: <51910F57.8000303@ast.dfs.de> Date: Mon, 13 May 2013 20:24:14 +0200 Message-ID: Subject: Re: mvn test shall run all tests From: Andreas Gudian To: Maven Users List , joerg.schaible@gmx.de Content-Type: multipart/alternative; boundary=14dae9340b73bae84604dc9d9f27 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340b73bae84604dc9d9f27 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You're right, what you would configure is in Ant-style notation. Here's the deault config: **/*Test*.java **/*Test.java **/*TestCase.java 2013/5/13 J=F6rg Schaible > Stephen Connolly wrote: > > > Surefire only runs the tests from classes that follow Surefire's naming > > convention, i.e. file must match one of the following regexs > > > > Test.* > > .*Test > > .*TestCase > > Sure? I thought, it is using a wildcard notation by default (e.g. like An= t > includes). > > - J=F6rg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --14dae9340b73bae84604dc9d9f27--