From: Giovanni Meo Date: Fri, 13 Dec 2013 10:39:33 +0000 (+0100) Subject: Make sure the target-ide are excluded by checkstyle X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~196^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=5eb085b3fa7768604adc7ab88de633bc3a64ab05 Make sure the target-ide are excluded by checkstyle Signed-off-by: Giovanni Meo Change-Id: Ib817c7c6e9729dfa015fc286c3e89e32b83efeb3 --- diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 07c89166f9..272c0201bd 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -996,7 +996,7 @@ true ${project.basedir} **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat - **\/target\/,**\/bin\/ + **\/target\/,**\/bin\/,**\/target-ide\/