diff options
author | Uwe Stieber | 2012-03-16 14:18:42 +0000 |
---|---|---|
committer | Uwe Stieber | 2012-03-16 14:18:42 +0000 |
commit | 6022ce99ae925380e1857ff030e4be7e9a1ab964 (patch) | |
tree | 9c17df8756c2b72e8c969d9bd6f04e4b9119c772 /admin/pom-build.xml | |
parent | b0b5dce0246a688cf7b38e0bf5b0079e4a502629 (diff) | |
download | org.eclipse.tcf-6022ce99ae925380e1857ff030e4be7e9a1ab964.tar.gz org.eclipse.tcf-6022ce99ae925380e1857ff030e4be7e9a1ab964.tar.xz org.eclipse.tcf-6022ce99ae925380e1857ff030e4be7e9a1ab964.zip |
Maven: Complete JaCoCo report generation
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r-- | admin/pom-build.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml index 41f721632..f565d9be6 100644 --- a/admin/pom-build.xml +++ b/admin/pom-build.xml @@ -47,19 +47,5 @@ </plugins> </build> </profile> - - <profile> - <id>jacoco</id> - - <build> - <plugins> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project> |