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:
parent
38dc198a5d
commit
015e13cd15
12
pom.xml
12
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user