Remove use of controller/checkstyle.xml (use odl-parent's new Checkstyle) 94/45594/1
authorMichael Vorburger <vorburger@redhat.com>
Wed, 14 Sep 2016 15:38:00 +0000 (17:38 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Wed, 14 Sep 2016 15:38:13 +0000 (17:38 +0200)
Change-Id: I65dccf0501dfe7c1fa480338ca0890c494a239bc
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a209da627e85337d62f51c88b4cf1fcd7701ec44..ba7dbc0849f5ac010e613dd2a48f5be0a1e0a5a0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </dependencies>
     </dependencyManagement>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.opendaylight.controller</groupId>
-                            <artifactId>checkstyle</artifactId>
-                            <version>0.4.0-SNAPSHOT</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
     <profiles>
         <profile>
             <id>integrationtests</id>