Skip to content

Commit dd3a8b8

Browse files
author
Andrew Overholt
committed
Temporarily update to signing plugin 1.0.1.2-SNAPSHOT
This version of the eclipse signing plugin has bugfixes needed to enable the Indigo aggregation build to properly consume the Linux Tools p2 repository. Also see [1]. Shamelessly taken from EGit commit 7bacd2cb4b21a94c521b3ad72e64d7a03925d366. [1] http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg06044.html Bug: 347591 Bug: 347594
1 parent 01ce47a commit dd3a8b8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,21 @@
5555
<id>maven.eclipse.org</id>
5656
<url>http://maven.eclipse.org/nexus/content/groups/public/</url>
5757
</pluginRepository>
58+
<!--
59+
TODO: need 1.0.1.2-SNAPSHOT of the signing plugin until bugfix for
60+
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347591
61+
is available in maven.eclipse.org
62+
-->
63+
<pluginRepository>
64+
<id>intalio-dash-signing-plugin</id>
65+
<url>http://intalio.org/public/maven2</url>
66+
<snapshots>
67+
<enabled>true</enabled>
68+
</snapshots>
69+
<releases>
70+
<enabled>true</enabled>
71+
</releases>
72+
</pluginRepository>
5873
</pluginRepositories>
5974

6075
<profiles>

releng/org.eclipse.linuxtools.releng-site/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>org.eclipse.dash.maven</groupId>
5252
<artifactId>eclipse-maven-signing-plugin</artifactId>
53-
<version>1.0.1.0-SNAPSHOT</version>
53+
<version>1.0.1.2-SNAPSHOT</version>
5454
<executions>
5555
<execution>
5656
<id>pack</id>

0 commit comments

Comments
 (0)