Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-03-09 11:23:37 +0000
committerUwe Stieber2012-03-09 11:23:37 +0000
commit5486823e0154460f8f9b0519fa1c8c9a2de82df5 (patch)
tree6ced234043713e2e237a2bf9479c5dbc14e23cc6 /admin/pom-build.xml
parentc1484e8b4c49c502429fb9e4a7c9180d1141fcea (diff)
downloadorg.eclipse.tcf-5486823e0154460f8f9b0519fa1c8c9a2de82df5.tar.gz
org.eclipse.tcf-5486823e0154460f8f9b0519fa1c8c9a2de82df5.tar.xz
org.eclipse.tcf-5486823e0154460f8f9b0519fa1c8c9a2de82df5.zip
Maven: Move unit tests from default build profile into a separate profile
Diffstat (limited to 'admin/pom-build.xml')
-rw-r--r--admin/pom-build.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/admin/pom-build.xml b/admin/pom-build.xml
index 145ce4a5a..f565d9be6 100644
--- a/admin/pom-build.xml
+++ b/admin/pom-build.xml
@@ -47,18 +47,5 @@
</plugins>
</build>
</profile>
-
- <profile>
- <id>coverage</id>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
</project>

Back to the top