mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +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>
|
||||
<maven-resources-version>2.6</maven-resources-version>
|
||||
<maven-antrun-version>1.7</maven-antrun-version>
|
||||
<gmaven-version>1.4</gmaven-version>
|
||||
<eclipse-jarsigner-version>1.0.4</eclipse-jarsigner-version>
|
||||
<gmaven-version>1.5</gmaven-version>
|
||||
<eclipse-jarsigner-version>1.0.5</eclipse-jarsigner-version>
|
||||
<platform-version-name>luna</platform-version-name>
|
||||
<tm-stream>luna</tm-stream>
|
||||
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
|
||||
|
@ -75,10 +75,11 @@
|
|||
<url>${rxtx-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<!--<repository>
|
||||
<id>repo.eclipse.org</id>
|
||||
<url>https://repo.eclipse.org/content/repositories/releases/</url>
|
||||
</repository>
|
||||
-->
|
||||
</repositories>
|
||||
<profiles>
|
||||
<profile>
|
||||
|
@ -481,15 +482,6 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- <plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-packaging-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<format>'v'yyyyMMddHHmm</format>
|
||||
</configuration>
|
||||
</plugin>
|
||||
-->
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
|
Loading…
Add table
Reference in a new issue