Added yang-test-plugin maven plugin.
[controller.git] / opendaylight / config / yang-test / pom.xml
index e3737c78f34d584e4771dc8df99b466d1897a828..149348df4b2234e7c54c49f59fd7f7118e9d0c91 100644 (file)
                     </dependency>
                 </dependencies>
             </plugin>
+            <plugin>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>yang-test-plugin</artifactId>
+                <version>${config.version}</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>delete-sources</goal>
+                            <goal>process-sources</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 </project>