Kristine Weissbarth wrote:
> hi,
> 
> how can I integrate my own checkstyle.xml to be checked during the
> checkstyle report. What do I have to do with my checks_project.xml? 
> I found out that the standart checks are situated in
> maven-1.0-beta-9/plugins/maven-checkstyle-plugin-2.0-SNAPSHOT.jar but
> how can I intergate my own check?

Set the following property:

maven.checkstyle.properties=${basedir}/checkstyle.xml

You could find this out yourself easily reading checkstyle plugin's
plugin.jelly file.

R.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to