Fixing the style checker to ignore the target directories to fix Bug 29
[controller.git] / opendaylight / commons / opendaylight / pom.xml
index c3c9a5cd1ee719679ad6eab99f19427797d02ded..98e1d1ab909e945c30f75d3db67bfdb43d4bb654 100644 (file)
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
           <sourceDirectory>${project.basedir}</sourceDirectory>
           <includes>**\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat</includes>
+          <excludes>target\/</excludes>
         </configuration>
       </plugin>
       <plugin>