5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-06 22:11:40 +08:00

SQOOP-624: Add test coverage plugin to root pom file

(Jarek Jarcec Cecho)
This commit is contained in:
Bilung Lee 2012-10-12 16:03:17 -07:00
parent 38dc198a5d
commit 015e13cd15

12
pom.xml
View File

@ -273,6 +273,18 @@ limitations under the License.
</pluginManagement> </pluginManagement>
</build> </build>
<!-- All reports might be generated using mvn site command -->
<reporting>
<plugins>
<!-- Test code coverage might be executed with mvn cobertura:cobertura command -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
</reporting>
<developers> <developers>
<!-- alphabetical by id --> <!-- alphabetical by id -->
<developer> <developer>