From 5eb085b3fa7768604adc7ab88de633bc3a64ab05 Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Fri, 13 Dec 2013 11:39:33 +0100 Subject: [PATCH] Make sure the target-ide are excluded by checkstyle Signed-off-by: Giovanni Meo Change-Id: Ib817c7c6e9729dfa015fc286c3e89e32b83efeb3 --- 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 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\/ -- 2.36.6