please add following in your pom.xml:

<dependencies>
   <dependency>
      <groupId>jaxen</groupId>
      <artifactId>jaxen</artifactId>
      <version>1.1-beta-8</version>
      <scope>compile</scope>
   </dependency>
 </dependencies>

 <pluginRepositories>
     <pluginRepository>
              <id>Maven Snapshots</id>
              <url>http://snapshots.maven.codehaus.org/maven2</url>
     </pluginRepository>
 </pluginRepositories>

 <reporting>
     <plugins>
         <plugin>
             <groupId>maven-plugins</groupId>
             <artifactId>maven-findbugs-plugin</artifactId>
             <version>1.0-SNAPSHOT</version>
         </plugin>
 </plugins>
 </reporting>


Point the repository to the http://snapshots.maven.codehaus.org/maven2 and
dependency for jaxen is added since I was getting an error for dom4j for
jaxen. For the same, I have commented/removed the <optional> tag for the
jaxen in pom file of dom4j (i.e. dom4j-1.6.1.pom) from my local repository.

Try this....




On 7/7/06, Jeff Jensen <[EMAIL PROTECTED]> wrote:

The SourceForge plugins are for Maven 1.x, not 2.x.


-----Original Message-----
From: tulasi [mailto:[EMAIL PROTECTED]
Sent: Friday, July 07, 2006 7:32 AM
To: [email protected]
Subject: RE: Maven findbugs Settings


Dear friends,

its not working.. i have tried like this <reporting>
               <plugin>
                       <groupId>maven-findbugs</groupId>
                       <artifactId>maven-findbugs-plugin</artifactId>
               </plugin>
</reporting

--
View this message in context:
http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216460
Sent from the Maven - Users forum at Nabble.com.


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


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


Reply via email to