Skip to content

[MJARSIGNER-54] Some jars in the <archiveDirectory> are signed twice or not signed at all #82

@jira-importer

Description

@jira-importer

Pablo León opened MJARSIGNER-54 and commented

Some jars in the <archiveDirectory> are signed twice, while others are not signed at all. Here is the pom snipped with the plugin configuration:

<plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-jarsigner-plugin</artifactId>
     <version>1.4</version>
     <executions>
              <execution>
                       <id>sign</id>
                       <phase>prepare-package</phase>
                       <goals>
                                <goal>sign</goal>
                       </goals>
                       <configuration>
                                <alias>mirthconnect</alias>
                                <sigfile>SERVER</sigfile>
                                <keystore>src/main/resources/keystore.jks</keystore>
                                <keypass>xxxxx</keypass>
                                <storepass>xxxxx</storepass>
                                <storetype>JCEKS</storetype>
                                <tsa>http://sha256timestamp.ws.symantec.com/sha256/timestamp</tsa>
                                <arguments>
                                         <argument>-sigalg</argument><argument>SHA256withRSA</argument>
                                </arguments>
                                <verbose>true</verbose>
                                <archiveDirectory>target/jars</archiveDirectory>
                       </configuration>
              </execution>
     </executions>
</plugin>

Affects: 1.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpriority:majorMajor loss of function

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions