Exclude the domain package from the jacoco
[aai/aai-common.git] / aai-core / pom.xml
index e7a4b92..3fa131f 100644 (file)
                 <version>0.7.7.201606060606</version>
                 <configuration>
                     <dumpOnExit>true</dumpOnExit>
+                    <excludes>
+                        <exclude>**/domain/**</exclude>
+                    </excludes>
                 </configuration>
                 <executions>
                     <execution>