Bug 2127: Fixed bugs in MatchConvertorImpl.fromOFMatchV10ToSALMatch().
[openflowplugin.git] / openflowplugin / pom.xml
index 677ee30a9948df0b2020972a9d3166b1423793ca..571d5e9c2a41ea54f271487196e8bbdf55f43cd3 100644 (file)
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>
+                            ${project.basedir}/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/**/*.java
+                        </exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
             <groupId>org.opendaylight.openflowjava</groupId>
             <artifactId>util</artifactId>
         </dependency>
+
     </dependencies>
 </project>