Hi,

I've never tried to do that so I can't tell you the exact steps, but
seems that you need to add your jar as a dependency to the project
adding this property:

      <properties>
        <classloader>root</classloader>
      </properties>

It's related to the info in http://jira.codehaus.org/browse/MPCHECKSTYLE-27

Please send next emails to the maven users list.

Regards

On 7/26/05, darkan darkan <[EMAIL PROTECTED]> wrote:
> Hello Carlos,
> i permit to write this email because i have a problem to import my own
> checks.
> Indeed, i have my checks in mychecks.jar (.class and a message.properties)
> and i would like step by step know how use my checks in maven with the
> plugin-maven-checkstyle.
> Namely, where do i put checks.jar and how customize the plugin to assimilate
> my checks
> Thx
> 
> Loïc
> 
> 
>

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

Reply via email to