mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
[releng]continue working on signing
This commit is contained in:
parent
04320a14f8
commit
cd9607dd53
1 changed files with 19 additions and 4 deletions
21
pom.xml
21
pom.xml
|
@ -338,6 +338,7 @@
|
||||||
</environments>
|
</environments>
|
||||||
<resolver>p2</resolver>
|
<resolver>p2</resolver>
|
||||||
<ignoreTychoRepositories>true</ignoreTychoRepositories>
|
<ignoreTychoRepositories>true</ignoreTychoRepositories>
|
||||||
|
<includePackedArtifacts>true</includePackedArtifacts>
|
||||||
<pomDependencies>consider</pomDependencies>
|
<pomDependencies>consider</pomDependencies>
|
||||||
<filters>
|
<filters>
|
||||||
<filter>
|
<filter>
|
||||||
|
@ -404,17 +405,31 @@
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
<artifactId>tycho-p2-plugin</artifactId>
|
<artifactId>tycho-p2-plugin</artifactId>
|
||||||
<version>${tycho-version}</version>
|
<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>
|
<configuration>
|
||||||
<baselineMode>warn</baselineMode>
|
<baselineMode>warn</baselineMode>
|
||||||
<baselineRepositories>
|
<baselineRepositories>
|
||||||
<repository>
|
<repository>
|
||||||
<!--
|
|
||||||
<url>http://download.eclipse.org/tm/builds/${tm-stream}/nightly</url>
|
|
||||||
-->
|
|
||||||
<url>http://download.eclipse.org/tm/updates/3.4/</url>
|
<url>http://download.eclipse.org/tm/updates/3.4/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</baselineRepositories>
|
</baselineRepositories>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
-->
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>p2-metadata</id>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>p2-metadata</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<defaultP2Metadata>false</defaultP2Metadata>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
<groupId>org.eclipse.tycho</groupId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue