[
https://issues.apache.org/jira/browse/MASSEMBLY-596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087220#comment-17087220
]
Gabriele Catania commented on MASSEMBLY-596:
--------------------------------------------
thanks Robert, I also tried it locally in a fresh ubuntu session and it went
through fine. I have let my ex-colleagues know :)
> error creating distribution package with unpacked eclipse jars
> --------------------------------------------------------------
>
> Key: MASSEMBLY-596
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-596
> Project: Maven Assembly Plugin
> Issue Type: Bug
> Affects Versions: 2.2-beta-2, 2.2-beta-3, 2.2-beta-4, 2.2-beta-5, 2.2,
> 2.2.1, 2.2.2
> Environment: Ubuntu oneiric 64 bit
> java version "1.6.0_23" OpenJDK Runtime Environment (IcedTea6 1.11pre)
> (6b23~pre11-0ubuntu1.11.10) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed
> mode)
> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.0.0-15-generic", arch: "amd64", family: "unix"
> Reporter: Gabriele Catania
> Assignee: Robert Scholte
> Priority: Major
> Attachments: test-dist.zip
>
>
> I'm trying to build a zip with a target platform, containing
> # the eclipse equinox launcher jar
> # the native components for win32 and gtk x86 of the equinox launcher,
> decompressed
> The build succeeds when using maven assembly plugin version 2.2-beta-1 but
> fails with any newer version, with the following error message:
> {noformat}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-2:single (default) on
> project dist:
> Execution default of goal
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-2:single failed:
> Invalid signature file digest for Manifest main attributes -> [Help 1]
> {noformat}
> I am attaching a minimal maven project as an example. Steps to reproduce the
> error:
> {noformat}
> unzip test-dist.zip
> cd test-dist
> mvn3 clean install
> {noformat}
> The attached project compiles if the maven-assembly-plugin version is
> downgraded to 2.2-beta-1 and produces the expected file dist-0.0.1-rcp.zip.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)