Bug 7182 related: Remove M2E lifecycle mapping 31/52431/1
authorMichael Vorburger <mike@vorburger.ch>
Tue, 28 Feb 2017 23:03:12 +0000 (00:03 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 28 Feb 2017 23:04:16 +0000 (00:04 +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).

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

index 1d42e3794d67c411751aa90bd50f2f71ea92ab43..931ecda0fbb6874420e49c788d1afff71a3f5721 100644 (file)
                             <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>
-                            <execute/>
-                          </action>
-                        </pluginExecution>
                         <pluginExecution>
                           <pluginExecutionFilter>
                             <groupId>org.codehaus.groovy.maven</groupId>