Bug 7182 related: Remove M2E lifecycle mapping 29/52429/1
authorMichael Vorburger <vorburger@redhat.com>
Tue, 28 Feb 2017 22:54:59 +0000 (23:54 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 28 Feb 2017 22:54:59 +0000 (23:54 +0100)
These should never be in individual projects anymore now, we handle this
centrally, either in odlparent, or
https://github.com/vorburger/opendaylight-eclipse-setup, or by
appropriate lifecycle-mapping-metadata.xml in a Maven plugin (that's
what Bug 7182 does for the yang-maven-plugin; this removes what makes
that not work for these projects).

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

index bc07e92f98fc5381ea144e89cdec31c872377f2a..a8166fa00c1614c2e0727ffbdf3212fd50669aa1 100644 (file)
                     <ignore></ignore>
                   </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>
-                    <artifactId>yang-maven-plugin</artifactId>
-                    <versionRange>[0.5,)</versionRange>
-                    <goals>
-                      <goal>generate-sources</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <ignore></ignore>
-                  </action>
-                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>