Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-12-14 14:49:47 +0000
committerUwe Stieber2012-12-14 14:49:47 +0000
commitd925678e275e1397bfc1339c15212de0ca9a04be (patch)
tree9a8f2f6996d640d5f5dd7e6c749aebb7f57b5b67 /admin
parent97150272a3f9925848b6fbaf4839f3fcdb110822 (diff)
downloadorg.eclipse.tcf-d925678e275e1397bfc1339c15212de0ca9a04be.tar.gz
org.eclipse.tcf-d925678e275e1397bfc1339c15212de0ca9a04be.tar.xz
org.eclipse.tcf-d925678e275e1397bfc1339c15212de0ca9a04be.zip
Tycho: Move signing to verify phase so that source bundles are signed too
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 76f796f44..868bf0c3a 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -285,6 +285,7 @@
<goals>
<goal>normalize</goal>
</goals>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
@@ -299,6 +300,7 @@
<goals>
<goal>sign</goal>
</goals>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>
@@ -312,6 +314,7 @@
<goals>
<goal>pack</goal>
</goals>
+ <phase>verify</phase>
</execution>
</executions>
</plugin>

Back to the top