Rik Bosman wrote:
Can I just add it to the dependencies section of the pom, or is there a way
to add it to specific dependencies of this plugin?
Regards,
Rik
I just fixed this problem by manually adding
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1-beta-9</version>
</dependency>
to the pom file of the findbugs plugin
in my .m2 repo.
It's located at
~/.m2/repository/org/codehaus/mojo/findbugs-maven-plugin/1.0-SNAPSHOT/findbugs-maven-plugin-1.0-SNAPSHOT.pom
So the only problem is the missing dependency! FindBugs works!! ;)
Joern.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]