Skip to main content

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

2011/8/9 David Carver <d_a_carver@xxxxxxxxx>
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>

what's the reason to use a non-standard 1-digit-only version number, I would expect 2.0.0 here ...
 
--
Matthias

Back to the top