Checkstyle clean-up
[odlparent.git] / features-test / pom.xml
index 79089512a90486acc262ff3d65945e7a083554d8..f6e75b83db376c7e09acbce506526a86e48ae504 100644 (file)
@@ -94,7 +94,6 @@
             </plugin>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>${checkstyle.version}</version>
                 <executions>
                     <execution>
                         <id>check-license</id>
                         <phase>process-sources</phase>
                         <configuration>
                             <configLocation>check-license.xml</configLocation>
+                            <headerLocation>EPL-LICENSE.regexp.txt</headerLocation>
                             <includeResources>false</includeResources>
                             <includeTestResources>false</includeTestResources>
                             <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
                             <excludes>
                                 <!-- Skip Apache Licensed files -->
-                                org/opendaylight/odlparent/featuretest/CustomBundleURLStreamHandlerFactory.java
+                                org/opendaylight/odlparent/featuretest/CustomBundleUrlStreamHandlerFactory.java
                             </excludes>
                             <failsOnError>false</failsOnError>
                             <consoleOutput>true</consoleOutput>