Closed hongchaodeng closed 10 years ago
In checkstyle plugin: <configuration> should be put outside <executions>. Otherwise will complain error.
<configuration>
<executions>
@EasonLiao @m1ch1
Thanks, I haven't seen this issue on my machine but I did some google and it seem yours is the correct way.
In checkstyle plugin: will complain error.
<configuration>
should be put outside<executions>
. Otherwise