Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-12 Thread Ullrich Hafner
Did you try to use a freestyle project? Am Freitag, 8. August 2014 schrieb Eric Smalling : I'm trying to find a workaround for https://issues.jenkins-ci.org/browse/JENKINS-22252?focusedCommentId=207405#comment-207405 I've found that using Maven 3.1.1 works but I don't want to lose some of

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-12 Thread Eric Smalling
Yeah - that's what I ended up doing for now, but you lose some of the Maven project goodness by doing that (auto SNAPSHOT build triggering, for one). I noticed, when I did it, that the Findbugs configuration moves from being a Build Settings config in a Maven project to a Post-Build Action in

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-12 Thread Ullrich Hafner
I think pre and post steps did not yet exist when I implemented that part of the plugin. Am Dienstag, 12. August 2014 schrieb Eric Smalling : Yeah - that's what I ended up doing for now, but you lose some of the Maven project goodness by doing that (auto SNAPSHOT build triggering, for one).

Re: Findbugs plugin: reports missing from post-build mvn run

2014-08-08 Thread Eric Smalling
Clarification to my post: the post-build mvn findbugs:findbugs step is using Maven 3.1.1 while the main build is 3.2.1 (probably obvious - but wanted to be clear why it's a post step) On Friday, 8 August 2014 11:17:11 UTC-5, Eric Smalling wrote: I'm trying to find a workaround for