Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2014-11-01 08:29:01 +0000
committerUwe Stieber2014-11-01 08:29:01 +0000
commitdba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275 (patch)
tree004d9bdce0f48a7e014431f6fd1730727ca8c4f3 /admin
parent44e45f73f2a5bd1d3295f903bcb5a7ff8c0b03c0 (diff)
downloadorg.eclipse.tcf-dba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275.tar.gz
org.eclipse.tcf-dba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275.tar.xz
org.eclipse.tcf-dba160f23d2bd8aa85a0cf57e2ad3b86dbe1a275.zip
Tests: Adjust tests for Tycho 0.21.0
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 0f943c607..7a4425834 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -265,7 +265,7 @@
<executions>
<execution>
<id>p2-metadata</id>
- <phase>verify</phase>
+ <phase>package</phase>
<goals>
<goal>p2-metadata</goal>
</goals>

Back to the top