From bfc0978030fcf08ba8d0091640e9cf9601d1b39a Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Mon, 21 Oct 2013 10:03:18 -0500 Subject: [PATCH] Added bin/ to the directories that checkstyle skips. Change-Id: I5d16f56791357c0ac85a589e5d6f183a63d6aa70 Signed-off-by: Ed Warnicke --- opendaylight/commons/opendaylight/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\/ -- 2.36.6