Add MD-SAL artifacts
[controller.git] / opendaylight / md-sal / pom.xml
index 1f646f2bba20086997a8717a07f529ac5ed6c059..f2ba547b133ab1034481fcd0493f01c778a63d67 100644 (file)
@@ -14,6 +14,8 @@
   <packaging>pom</packaging>
 
   <modules>
+    <module>mdsal-artifacts</module>
+
     <!-- Common APIs & Implementation -->
     <module>sal-common</module>
     <module>sal-common-api</module>
                     <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>