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:
vmassol 2003-11-10 12:14:42 +00:00
parent 2324ab15e5
commit 06bdb8fd10

View File

@ -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')}"/>