Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 66597 invoked from network); 3 Aug 2007 10:13:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Aug 2007 10:13:58 -0000 Received: (qmail 95159 invoked by uid 500); 3 Aug 2007 10:13:55 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 95089 invoked by uid 500); 3 Aug 2007 10:13:55 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 95078 invoked by uid 99); 3 Aug 2007 10:13:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 03:13:54 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [213.41.244.235] (HELO osquare.oqube.com) (213.41.244.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2007 10:13:47 +0000 Received: from osquare.oqube.com (localhost [127.0.0.1]) by osquare.oqube.com (Postfix) with ESMTP id 7A622801E for ; Fri, 3 Aug 2007 12:07:23 +0200 (CEST) From: Arnaud Bailly To: dev@maven.apache.org Subject: Using maven-verifier Organization: OQube Date: Fri, 03 Aug 2007 12:07:23 +0200 Message-ID: <87fy31nd7o.fsf@osquare.oqube.com> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hello, I am trying to write some integration tests along the line of what is done in core-it. I am using the maven-verifier module and I want to check the behavior of creating a custom archetype with archetype:create. I ran into 1 problem: Verifier always add clean:clean goal in front of all goals I had, but when I run archetype:create, I do not have a POM so I got errors. Is there any other way to do what I want ? Am I using the verifier the wrong way ? Thanks for answers, --=20 OQube < software engineering \ g=E9nie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org