Skip to content

[MJAR-67] jar:sign - Jars containing invalid remains of older signatures won't get signed #154

@jira-importer

Description

@jira-importer

Gottfried Ganßauge opened MJAR-67 and commented

I'm trying to ease the burden of applet deployment by integrating every dependency of that applet into the applet's .jar archive.
For this purpose I'm using the unpack goal of the dependency plugin (see attached POM).
For a particular case I had to integrate an already signed applet.

There is no way I can get the integrated jar signed using jar:sign - I always get an error from jarsigner (see attached error.log).
The problem seems to be that jarsigner is called with -verify - although I'm explicitely turning it of in plugin configuration.
When calling jarsigned from the command line without -verify it runs to completion.
When running it with -verify from the command line the same error occurs as in the maven build.


Affects: 2.1

Attachments:

1 votes, 1 watchers

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions