Add **/yang-gen-config/** to checkstyle ignore path
[controller.git] / opendaylight / config / pom.xml
index e9c586e274000d7fe6722c4af8fecc4f3249e928..fefb4267cb8bf93c6796c041165d528f03ea52c6 100644 (file)
             <dependency>
               <groupId>org.opendaylight.mdsal</groupId>
               <artifactId>maven-sal-api-gen-plugin</artifactId>
-              <version>0.9.0-SNAPSHOT</version>
+              <version>${mdsal.model.version}</version>
               <type>jar</type>
             </dependency>
           </dependencies>
           <!-- excluding logback-config, has several checkstyle warnings
                regarding Logger/LoggerFactory, which couldn't be removed due necessity/intention
                to use the particular implementation/library of Logger/LoggerFactory -->
-          <excludes>**\/config\/yang\/logback\/config\/**,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/</excludes>
+          <excludes>
+            **/yang-gen-config/**,
+            **\/config\/yang\/logback\/config\/**,
+            **\/target\/,
+            **\/bin\/,
+            **\/target-ide\/,
+            **\/${jmxGeneratorPath}\/,
+            **\/${salGeneratorPath}\/
+          </excludes>
         </configuration>
         <dependencies>
           <dependency>