Remove M2E lifecycle-mapping <ignore/> for maven-checkstyle-plugin 22/39422/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 25 May 2016 15:08:21 +0000 (17:08 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 2 Jun 2016 12:24:28 +0000 (12:24 +0000)
This blocks Checkstyle for Controller from working in-IDE in
https://github.com/vorburger/opendaylight-eclipse-setup.  If a
individual developer still wants to disable it, that is still possible
locally, via menu Window > Preferences > Maven > Lifecycle Mapping.

Change-Id: I40d98cba30aa999fafebcbd82c6ea53696e971f0
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
opendaylight/commons/opendaylight/pom.xml

index 20a6beaf7ed5589e43df04502ff34f0d1c92c7a2..9befd76bc7ee0a2991c2e48fbcdc1f2cf9628001 100644 (file)
                     </execute>
                   </action>
                 </pluginExecution>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <versionRange>[2.0,)</versionRange>
-                    <goals>
-                      <goal>check</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore></ignore>
-                  </action>
-                </pluginExecution>
                 <pluginExecution>
                   <pluginExecutionFilter>
                     <groupId>org.opendaylight.yangtools</groupId>