Skip to main content

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

The problem was that I was using the snapshot. When I changed to the release version (and found the correct repo) it's now working again.

Thanks!

Greg

On Nov 9, 2011, at 10:07 AM, Jesse McConnell wrote:

> 1) you should be used a released version of the plugin
> 2) i suspect you either need a repository entry for the eclipse nexus
> instance or add it into the settings.xml (which it should be in the
> hudson machines where this generally runs)
> 3) your not running this locally are you? it should be wrapped in a
> profile that gets executed on the build machines
> 
> it would be nice to set up a sync for the eclipse nexus repo, but
> would be even nicer if eclipse foundation would just accept the offer
> of nexus pro so we can have staged repositories and the like...akin to
> what is setup on oss.sonatype.org
> 
> cheers,
> jesse
> 
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
> 
> 
> 
> On Wed, Nov 9, 2011 at 07:12, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
>> All of a sudden our builds are failing with this:
>> 
>> [INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
>> [INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.plugin.PluginResolutionException: Plugin org.eclipse.dash.maven:eclipse-signing-maven-plugin:1.0.5-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.dash.maven:eclipse-signing-maven-plugin:jar:1.0.5-SNAPSHOT
>> [DEBUG] Closing connection to remote
>> [ERROR] Plugin org.eclipse.dash.maven:eclipse-signing-maven-plugin:1.0.5-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.eclipse.dash.maven:eclipse-signing-maven-plugin:jar:1.0.5-SNAPSHOT: Could not find artifact org.eclipse:eclipse-parent:pom:3 in sonatype (
>> https://repository.sonatype.org/content/repositories/public) -> [Help 1]
>> 
>> Is anyone else seeing this problem? Any idea how to fix it?
>> 
>> Thanks,
>> Greg
>> _______________________________________________
>> cross-project-issues-dev mailing list
>> cross-project-issues-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>> 
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top