From: Maros Marsalek Date: Mon, 28 Oct 2013 14:49:53 +0000 (+0100) Subject: Fixed exclusions in checkstyle maven plugin. X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~554 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=f84da26c3dbc0eee6838090b0e3a6abd701d555a Fixed exclusions in checkstyle maven plugin. Change-Id: Ie554399671bf2eadbc3827c2039c1550dfd07968 Signed-off-by: Maros Marsalek --- diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index f3b2dc3440..3b76cb5044 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1014,7 +1014,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - target\/,bin\/ + **\/target\/,**\/bin\/