Make sure we include maven plugin in execution 19/13119/4
authorRobert Varga <rovarga@cisco.com>
Tue, 25 Nov 2014 13:26:45 +0000 (14:26 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 28 Nov 2014 17:26:27 +0000 (17:26 +0000)
Change-Id: Ibdaf3fe5004d366561845b283e92207127618914
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/pom.xml

index 1f646f2bba20086997a8717a07f529ac5ed6c059..38756f29060f486fb31198e796045a0eb8a629ee 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></execute>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>
       </modules>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>