Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Could not find artifact eclipse-jarsigner-plugin

Hi all,

I've been successfully using the jarsigner plugin in RAP, but for some reasons it cannot be found any more.

            <groupId>org.eclipse.cbi.maven.plugins</groupId>
            <artifactId>eclipse-jarsigner-plugin</artifactId>
            <version>1.0.5</version>

If I'm not mistaken it had been loaded in the past from

    <pluginRepository>
      <id>maven.eclipse.org</id>
      <url>http://maven.eclipse.org/nexus/content/repositories/milestone-juno</url>
    </pluginRepository>

but it seems to have disappeared... or maybe replaced by a newer version.

Does anyone have an idea?

Thanks,
Markus


Back to the top