Remove use of controller/checkstyle.xml (use odl-parent's new Checkstyle) 91/45591/1
authorMichael Vorburger <vorburger@redhat.com>
Wed, 14 Sep 2016 15:33:01 +0000 (17:33 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Wed, 14 Sep 2016 15:33:22 +0000 (17:33 +0200)
Change-Id: I31769b2156abcb09937cbc5df8d7fe5e163efba2
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4bd19dfdd6308d259bcc88bd223b38fbd6ee0f09..7b94d33d0f165e8f95b05e7c356409d56f2bebbb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -56,41 +56,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     </profile>
   </profiles>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin> <!-- global checkstyle -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>${checkstyle.version}</version>
-
-          <executions>
-            <execution>
-              <phase>process-sources</phase>
-              <goals>
-                <goal>check</goal>
-              </goals>
-            </execution>
-          </executions>
-
-          <configuration>
-            <failsOnError>true</failsOnError>
-            <configLocation>controller/checkstyle.xml</configLocation>
-            <consoleOutput>true</consoleOutput>
-            <includeTestSourceDirectory>true</includeTestSourceDirectory>
-            <sourceDirectory>${project.basedir}</sourceDirectory>
-            <excludes>**\/target\/,**\/bin\/,**\/third-party\/,**\/yang\/gen\/,**\/yang-gen-sal\/</excludes>
-          </configuration>
-
-          <dependencies>
-            <dependency>
-              <groupId>org.opendaylight.controller</groupId>
-              <artifactId>checkstyle</artifactId>
-              <version>0.4.0-SNAPSHOT</version>
-            </dependency>
-          </dependencies>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>