mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 06:15:37 +02:00
Try and get signing plug-in working.
This commit is contained in:
parent
579050d91b
commit
1877f09667
1 changed files with 3 additions and 3 deletions
|
@ -21,12 +21,12 @@
|
|||
<cdt-install>/home/data/httpd/download.eclipse.org/tools/cdt/builds/${cdt-stream}/nightly</cdt-install>
|
||||
</properties>
|
||||
|
||||
<pluginRepositories>
|
||||
<!-- pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>maven.eclipse.org</id>
|
||||
<url>http://maven.eclipse.org/nexus/content/repositories/public</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</pluginRepositories-->
|
||||
<build>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
</build>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<plugin>
|
||||
<groupId>org.eclipse.dash.maven</groupId>
|
||||
<artifactId>eclipse-signing-maven-plugin</artifactId>
|
||||
<version>1.0.3</version>
|
||||
<version>1.0.5</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>pack</id>
|
||||
|
|
Loading…
Add table
Reference in a new issue