![]() |
|
|
|
|
Change By:
|
Robert Danczak
(20/Apr/13 4:11 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: {code:xml} <
reporting> <
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>
</reporting>
{code}
This bug is similar to JENKINS-12853.
|
|
|
|
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
[email protected].
For more options, visit
https://groups.google.com/groups/opt_out.