Hi Thomas,

>> I tried building the plugin myself with an updated dependency. It did not 
>> work.
>
>Have you tried overriding the plugin dependency with checkstyle:5.6?
>
><plugin>
>   <artifactId>maven-checkstyle-plugin</artifactId>
>   <version>2.9.1</version>
>   <dependencies>
>      <dependency>
>         <groupId>com.puppycrawl.tools</groupId>
>         <artifactId>checkstyle</artifactId>
>         <version>5.6</version>
>      </dependency>
>   </dependencies>
></plugin>

This is what I did. It fixed my immediate problem but introduced others. After 
fiddling around for a while I could not resolve all the new problems.

I'm not familiar with Maven Plugin Architecture nor with how the Checkstyle 
Plugin links to the Checkstyle Library.

I am hoping someone can point me in the right direction.

Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to