Merge "Make sure we include maven plugin in execution"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 1 Dec 2014 09:02:42 +0000 (09:02 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 1 Dec 2014 09:02:42 +0000 (09:02 +0000)
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>