mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-05 22:53:13 +02:00
[releng]Trying to resolve signing issue.
Signed-off-by: Anna Dushistova <anna.dushistova@gmail.com>
This commit is contained in:
parent
ec512b8912
commit
0aacf3bf96
1 changed files with 4 additions and 12 deletions
16
pom.xml
16
pom.xml
|
@ -37,8 +37,8 @@
|
||||||
<tycho-extras-version>0.19.0</tycho-extras-version>
|
<tycho-extras-version>0.19.0</tycho-extras-version>
|
||||||
<maven-resources-version>2.6</maven-resources-version>
|
<maven-resources-version>2.6</maven-resources-version>
|
||||||
<maven-antrun-version>1.7</maven-antrun-version>
|
<maven-antrun-version>1.7</maven-antrun-version>
|
||||||
<gmaven-version>1.4</gmaven-version>
|
<gmaven-version>1.5</gmaven-version>
|
||||||
<eclipse-jarsigner-version>1.0.4</eclipse-jarsigner-version>
|
<eclipse-jarsigner-version>1.0.5</eclipse-jarsigner-version>
|
||||||
<platform-version-name>luna</platform-version-name>
|
<platform-version-name>luna</platform-version-name>
|
||||||
<tm-stream>luna</tm-stream>
|
<tm-stream>luna</tm-stream>
|
||||||
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
|
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
|
||||||
|
@ -75,10 +75,11 @@
|
||||||
<url>${rxtx-site}</url>
|
<url>${rxtx-site}</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<!--<repository>
|
||||||
<id>repo.eclipse.org</id>
|
<id>repo.eclipse.org</id>
|
||||||
<url>https://repo.eclipse.org/content/repositories/releases/</url>
|
<url>https://repo.eclipse.org/content/repositories/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
-->
|
||||||
</repositories>
|
</repositories>
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
|
@ -481,15 +482,6 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin>
|
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
|
||||||
<artifactId>tycho-packaging-plugin</artifactId>
|
|
||||||
<version>${tycho-version}</version>
|
|
||||||
<configuration>
|
|
||||||
<format>'v'yyyyMMddHHmm</format>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
-->
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Add table
Reference in a new issue