Skip to content

Commit

Permalink
Automatic Hudson plugin updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and sebastianbergmann committed Jun 30, 2010
1 parent ed35def commit 4ab74a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<thresholdLimit>low</thresholdLimit>
<defaultEncoding></defaultEncoding>
<useDeltaValues>false</useDeltaValues>
<canRunOnFailed>false</canRunOnFailed>
<pattern>build/logs/pmd.xml</pattern>
</hudson.plugins.pmd.PmdPublisher>
<hudson.plugins.checkstyle.CheckStylePublisher>
Expand All @@ -41,6 +42,7 @@
<thresholdLimit>low</thresholdLimit>
<defaultEncoding></defaultEncoding>
<useDeltaValues>false</useDeltaValues>
<canRunOnFailed>false</canRunOnFailed>
<pattern>build/logs/checkstyle.xml</pattern>
</hudson.plugins.checkstyle.CheckStylePublisher>
<hudson.plugins.dry.DryPublisher>
Expand All @@ -54,7 +56,10 @@
<thresholdLimit>low</thresholdLimit>
<defaultEncoding></defaultEncoding>
<useDeltaValues>false</useDeltaValues>
<canRunOnFailed>false</canRunOnFailed>
<pattern>build/logs/pmd-cpd.xml</pattern>
<highThreshold>0</highThreshold>
<normalThreshold>0</normalThreshold>
</hudson.plugins.dry.DryPublisher>
<com.thalesgroup.hudson.plugins.xunit.XUnitPublisher>
<types>
Expand Down Expand Up @@ -208,4 +213,4 @@
</htmlpublisher.HtmlPublisher>
</publishers>
<buildWrappers/>
</project>
</project>

0 comments on commit 4ab74a7

Please sign in to comment.