From: Ed Warnicke Date: Mon, 21 Oct 2013 15:03:18 +0000 (-0500) Subject: Added bin/ to the directories that checkstyle skips. X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~598 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fchanges%2F53%2F2053%2F2 Added bin/ to the directories that checkstyle skips. Change-Id: I5d16f56791357c0ac85a589e5d6f183a63d6aa70 Signed-off-by: Ed Warnicke --- diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index e49bc5e7b8..e4ad782f0e 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1012,7 +1012,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - target\/ + target\/,bin\/