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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -