You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristine Weissbarth <kr...@sourcepark.de> on 2003/07/16 13:33:36 UTC

own checkstyle

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?

Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: own checkstyle

Posted by Rafal Krzewski <Ra...@caltha.pl>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: own checkstyle

Posted by .
Check http://maven.apache.org/reference/plugins/checkstyle/properties.html for 
the description of all available properties.

Regards

Am Mittwoch, 16. Juli 2003 13:33 schrieb Kristine Weissbarth:
> 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?
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org