Remove unneeded references to yang-maven-plugin 84/76984/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 14 Oct 2018 01:48:40 +0000 (03:48 +0200)
committerClaudio David Gasparini <claudio.gasparini@pantheon.tech>
Mon, 15 Oct 2018 06:14:57 +0000 (06:14 +0000)
This artifacts do not contain a yang model, there is no point
in invoking the plugin.

Change-Id: I8f9dc452e61542310bd28afc3dc024551f754c28
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 225040a646751901e50597dabfd8128161cfe188)

pcep/topology/topology-provider/pom.xml
programming/impl/pom.xml

index 19152042b3e05997a5d8e012460861986ae63576..ad8aaf1a1e5bf34c17b0c128594018b8b2d13e0b 100644 (file)
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-maven-plugin</artifactId>
-            </plugin>
         </plugins>
     </build>
 
index 2b1c2b81daf4bc79691e2eb30e2136bdef90fd6d..37d4e154608f7aaa48b54b41c1baefddcfe6ad26 100644 (file)
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.opendaylight.yangtools</groupId>
-                <artifactId>yang-maven-plugin</artifactId>
-            </plugin>
         </plugins>
     </build>