1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 11:55:40 +02:00

[releng]continue working on signing

This commit is contained in:
Anna Dushistova 2013-02-04 21:37:17 +03:00
parent 04320a14f8
commit cd9607dd53

23
pom.xml
View file

@ -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,16 +405,30 @@
<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>
<configuration> <!-- Signing appears to mess with the baseline repository logic.
Disable the baseline repository until we've figured out what is going on. -->
<!--
<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>
-->
<executions>
<execution>
<id>p2-metadata</id>
<phase>verify</phase>
<goals>
<goal>p2-metadata</goal>
</goals>
</execution>
</executions>
<configuration>
<defaultP2Metadata>false</defaultP2Metadata>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>