Hi, 

I just ran into the same problem myself.
As a quick temporary fix you can use the 0.9.2-SNAPSHOT version of the
findbugs plugin, which is available through ibiblio.

It works with maven 1.1 beta2.

I just updated this to my project.xml :

    <dependency>
        <groupId>maven-plugins</groupId>
        <artifactId>maven-findbugs-plugin</artifactId>
        <version>0.9.2-SNAPSHOT</version>
        <type>plugin</type>
    </dependency> 


--
jean-laurent

On 9/12/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> 
> 
> > -----Original Message-----
> > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]
> > Sent: lundi 12 septembre 2005 12:16
> > To: Maven Users List; [EMAIL PROTECTED]
> > Subject: Re: [ANN] Maven 1.1 Beta 2 Released
> >
> > For your first error, can you launch maven with the -e option to see which
> > pom is invalid ?
> >
> > For your second error you must re-install the findbugs plugin because it
> > was
> > certainly deleted during the installation (it doesn't come with maven).
> 
> Also note that you may have some issue with the findbugs plugin and Maven
> 1.1. See http://tinyurl.com/b7ev7
> 
> [snip]
> -Vincent
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Jean-Laurent

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to