Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorCamille Letavernier2015-09-25 13:40:03 +0000
committerCamille Letavernier2015-09-25 13:40:03 +0000
commit354683efc4ae7e826e0fd3074f57233044e8c45d (patch)
treed28e53ada83133da8096b48f4152fa33e22c901a /releng
parent9a25ae213b52a94b691faf3474e8e8bb93c6ad0f (diff)
downloadorg.eclipse.papyrus-354683efc4ae7e826e0fd3074f57233044e8c45d.tar.gz
org.eclipse.papyrus-354683efc4ae7e826e0fd3074f57233044e8c45d.tar.xz
org.eclipse.papyrus-354683efc4ae7e826e0fd3074f57233044e8c45d.zip
478170: [Releng] Enable code-coverage analysis during the build (+
Reports on Hudson) https://bugs.eclipse.org/bugs/show_bug.cgi?id=478170 - Remove Integration Test agent Change-Id: I2bd1544437530312422f391fd8516b257c81b6a3 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'releng')
-rw-r--r--releng/main-tests/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/releng/main-tests/pom.xml b/releng/main-tests/pom.xml
index 8bfaa93e595..9160e5e2c9a 100644
--- a/releng/main-tests/pom.xml
+++ b/releng/main-tests/pom.xml
@@ -248,12 +248,6 @@
</goals>
</execution>
<execution>
- <id>default-prepare-agent-integration</id>
- <goals>
- <goal>prepare-agent-integration</goal>
- </goals>
- </execution>
- <execution>
<id>default-report</id>
<goals>
<goal>report</goal>

Back to the top