From f84da26c3dbc0eee6838090b0e3a6abd701d555a Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Mon, 28 Oct 2013 15:49:53 +0100 Subject: [PATCH] Fixed exclusions in checkstyle maven plugin. Change-Id: Ie554399671bf2eadbc3827c2039c1550dfd07968 Signed-off-by: Maros Marsalek --- 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 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\/ -- 2.36.6