mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +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>
|
<cdt-install>/home/data/httpd/download.eclipse.org/tools/cdt/builds/${cdt-stream}/nightly</cdt-install>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<pluginRepositories>
|
<!-- pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>maven.eclipse.org</id>
|
<id>maven.eclipse.org</id>
|
||||||
<url>http://maven.eclipse.org/nexus/content/repositories/public</url>
|
<url>http://maven.eclipse.org/nexus/content/repositories/public</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories-->
|
||||||
<build>
|
<build>
|
||||||
<finalName>${project.artifactId}</finalName>
|
<finalName>${project.artifactId}</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.eclipse.dash.maven</groupId>
|
<groupId>org.eclipse.dash.maven</groupId>
|
||||||
<artifactId>eclipse-signing-maven-plugin</artifactId>
|
<artifactId>eclipse-signing-maven-plugin</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.5</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>pack</id>
|
<id>pack</id>
|
||||||
|
|
Loading…
Add table
Reference in a new issue