Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Attachments: Console_Output_Freestyle_Job.jpg, Console_Output_Maven_Job.jpg, Main_Window_with_both_jobs.jpg, Project_as_Freestyle_Job.jpg, Project_as_Maven_Job.jpg
Components: checkstyle, findbugs
Created: 20/Apr/13 4:06 PM
Description:

The Findbugs- and Checkstyle-Plugins for Jenkins do not show any results in a maven style job. If the project is configured as freestyle job both plugins show results.

In both jobs the file are properly generated.
See attachments for directory structures, console outputs and the main view.

Configuration of both plugins in maven:
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.10</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<failOnError>false</failOnError>
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
</plugins>

This bug is similar to JENKINS-12853.

Environment: Jenkins 1.511, Findbugs-Plugin 4.48, maven-findbugs-plugin 2.5.2
Project: Jenkins
Priority: Major Major
Reporter: Robert Danczak
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to