Omit generated messages and config sources from Cobertura coverage reports.
| | |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>cobertura-maven-plugin</artifactId> |
| | | <configuration> |
| | | <instrumentation> |
| | | <excludes> |
| | | <exclude>**/*Messages.class</exclude> |
| | | <exclude>**/config/client/*CfgClient*.class</exclude> |
| | | <exclude>**/config/server/*Cfg*.class</exclude> |
| | | <exclude>**/config/meta/*.class</exclude> |
| | | </excludes> |
| | | </instrumentation> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | <reporting> |
| | |
| | | <version>${i18nFrameworkVersion}</version> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.codehaus.mojo</groupId> |
| | | <artifactId>cobertura-maven-plugin</artifactId> |
| | | <configuration> |
| | | <instrumentation> |
| | | <excludes> |
| | | <exclude>**/*Messages.class</exclude> |
| | | </excludes> |
| | | </instrumentation> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-release-plugin</artifactId> |
| | | <version>2.2.2</version> |