Added optional checkstyle jar to execution CP
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2324ab15e5
commit
06bdb8fd10
@ -48,6 +48,8 @@
|
||||
<ant:taskdef name="checkstyle"
|
||||
classname="com.puppycrawl.tools.checkstyle.CheckStyleTask">
|
||||
<ant:classpath>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('checkstyle:checkstyle')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('checkstyle:checkstyle-optional')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('checkstyle:checkstyle')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('antlr:antlr')}"/>
|
||||
<ant:pathelement location="${plugin.getDependencyPath('regexp:regexp')}"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user