Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] New eclipse-signing-maven-plugin ready

Several fixes have been deployed for the maven signing plugin. Note that the name of this plugin has changed. It is now: eclipse-signing-maven-plugin. This better follows the maven standard for naming of plugins used during the builds. The following group information should be used:

<groupId>org.eclipse.dash.maven</groupId>
<artifactId>eclipse-signing-maven-plugin</artifactId>
<version>1.0.2</version>

Also you will need to make sure you have the following pluginRepository available in your pom.

http://maven.eclipse.org/nexus/content/groups/public/

Along with this is a restructured and renumbeed eclipse-parent pom. The new version information for the eclipse-parent pom is:

<groupId>org.eclipse</groupId>
<artifactId>eclipse-parent</artifactId>
<version>2</version>

Both of these poms and plugins are availabel in the repository listed above.

If you have issues please open a bug against the Maven component in the Dash project.

Dave




Back to the top