Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 41646 invoked from network); 1 Jun 2007 08:04:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 08:04:22 -0000 Received: (qmail 58323 invoked by uid 500); 1 Jun 2007 08:04:16 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 57693 invoked by uid 500); 1 Jun 2007 08:04:15 -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 57682 invoked by uid 99); 1 Jun 2007 08:04:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 01:04:15 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of janbals@googlemail.com designates 209.85.146.177 as permitted sender) Received: from [209.85.146.177] (HELO wa-out-1112.google.com) (209.85.146.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 01:04:08 -0700 Received: by wa-out-1112.google.com with SMTP id j4so586769wah for ; Fri, 01 Jun 2007 01:03:47 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=iSNalj/3gzBK2R0gMzg+rvhES/NXFR1oY1fvwscEq2NoGgH2l5I6MEykJEu8zHffUEteS5gNdXa5MtGdypR/NOmIhHiriciMTPsfjVWJDTDB9Eh8b3eGagN2+2MLpu/fNCr29RxpjCX1Hvx5Qe9Eps6CU7is87CIUAMJpDDMT3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EAC4VkU7NQqIa9b7gWYuu4ciI91RyHFEhvh19XvxtTnRow77EUE1gCa+xt8Bj547gV1RJ1tZ/d85vhWJvAep/SEGU0JqD3DWRmzYPPeLlYScd3caOlmFdfs5ACttk0L4NnIPR4SZDzQU0LiUTD28h2MBwq+wQL+ulu2AKLMEZTc= Received: by 10.114.132.5 with SMTP id f5mr1471532wad.1180685027691; Fri, 01 Jun 2007 01:03:47 -0700 (PDT) Received: by 10.114.182.2 with HTTP; Fri, 1 Jun 2007 01:03:47 -0700 (PDT) Message-ID: <20cd38060706010103q6bea7218h3081ca1a06ed47e7@mail.gmail.com> Date: Fri, 1 Jun 2007 10:03:47 +0200 From: "Jan-Christopher Bals" To: "Maven Users List" Subject: Re: Surefire 2.4-SNAPSHOT errors In-Reply-To: <10898921.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4256_12646084.1180685027659" References: <10898921.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4256_12646084.1180685027659 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi! I have got the same problem. Can anyone fix the pom? [WARNING] POM for 'org.apache.maven.surefire:surefire-booter:pom:2.4-SNAPSHOT:runtime' is invalid. It will be ignored for artifact resolution. Reason: Failed to validate POM Jan 2007/5/31, mhargus : > > > I'm getting an error during during the test compile phase after running > 'mvn > install'. I'm using the 2.4-SNAPSHOT version of Surefire, and it just > started blowing up on me today. > > > Here a snippet of the error: > > > [WARNING] POM for > 'org.apache.maven.surefire:surefire-booter:pom:2.4-SNAPSHOT:runtime' is > invalid. It will be ignored for artifact resolution. Reason: Failed to > validate POM > ----------------------------------------------------- > this realm = > app0.child-container[org.apache.maven.plugins:maven-surefire-plugin] > urls[0] = > > file:/Users/matt/.m2/repository/org/apache/maven/plugins/maven-surefire-plugin/2.4-SNAPSHOT/maven- > surefire-plugin-2.4-SNAPSHOT.jar > urls[1] = > > file:/Users/matt/.m2/repository/org/apache/maven/surefire/surefire-booter/2.4-SNAPSHOT/surefire- > booter-2.4-SNAPSHOT.jar > urls[2] = > > file:/Users/matt/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus- > utils-1.1.jar > Number of imports: 4 > import: org.codehaus.classworlds.Entry@4891bb28 > import: org.codehaus.classworlds.Entry@f8e44ca4 > import: org.codehaus.classworlds.Entry@c51bc9e7 > import: org.codehaus.classworlds.Entry@bece5185 > > > this realm = plexus.core > urls[0] = file:/usr/local/maven/lib/maven-core-2.0.6-uber.jar > Number of imports: 4 > import: org.codehaus.classworlds.Entry@4891bb28 > import: org.codehaus.classworlds.Entry@f8e44ca4 > import: org.codehaus.classworlds.Entry@c51bc9e7 > import: org.codehaus.classworlds.Entry@bece5185 > ----------------------------------------------------- > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Internal error in the plugin manager executing goal > 'org.apache.maven.plugins:maven-surefire-plugin:2.4-SNAPSHOT:test': Unable > to find the mojo > 'org.apache.maven.plugins:maven-surefire-plugin:2.4-SNAPSHOT:test' in the > plugin 'org.apache.maven.plugins:maven-surefire-plugin' > org/apache/maven/surefire/util/NestedCheckedException > > Anyone else seeing this? > > Matt > -- > View this message in context: > http://www.nabble.com/Surefire-2.4-SNAPSHOT-errors-tf3847995s177.html#a10898921 > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > ------=_Part_4256_12646084.1180685027659--