maven - how to configure/use CheckStyle in Hudson/Jenkins -
please give solution eagerly waiting :)
need - how use checkstyle.
i doing static code analysis in hudson, first part, installed static analyser , checkstyle plugins in hudson. not able find out how use in official hudson checkstyple page also.
official page : http://wiki.hudson-ci.org/display/hudson/checkstyle+plugin
i saw documents in maven checkstyle plugin have mension configuration in pom file , run targets.
then, got doubt, if doing maven, why need checkstyle plugin install in hudson?
is possible configure checkstyle in hudson job java project instead of changing in pom or not?
it here both ways, 1 better?
do steps configure checkstyle plugin in hudson?
if you've installed plugin in jenkins/hudson, should able add checkstyle goal project/job.
in goals section of jenkins maven job, add "checkstyle:checkstyle" enable checkstyle plugin analyse project.
Comments
Post a Comment