Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorUwe Stieber2012-11-21 06:27:24 +0000
committerUwe Stieber2012-11-21 06:28:13 +0000
commit083af68e1bae384e317db3842d521baa12697eee (patch)
tree7e66ca0793ad8f973542e846b8db10b3f4b178f4 /admin
parent0ed9d3f0c92ec30e7170f46c93482e672b0c6f4f (diff)
downloadorg.eclipse.tcf-083af68e1bae384e317db3842d521baa12697eee.tar.gz
org.eclipse.tcf-083af68e1bae384e317db3842d521baa12697eee.tar.xz
org.eclipse.tcf-083af68e1bae384e317db3842d521baa12697eee.zip
Releng: Disable baseline repository definition as signing appears to mess up with the baseline artifact calculation. Source and binary artifacts diverge.
Diffstat (limited to 'admin')
-rw-r--r--admin/pom-config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/pom-config.xml b/admin/pom-config.xml
index 693c1800a..2734e585f 100644
--- a/admin/pom-config.xml
+++ b/admin/pom-config.xml
@@ -203,6 +203,9 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>
+ <!-- Signing appears to mess with the baseline repository logic.
+ Disable the baseline repository until we've figured out what is going on. -->
+ <!--
<configuration>
<baselineRepositories>
<repository>
@@ -210,6 +213,7 @@
</repository>
</baselineRepositories>
</configuration>
+ -->
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>

Back to the top