You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2021/12/15 17:31:00 UTC

[jira] [Closed] (MGPG-44) gpg:sign does not handle non-Default outputDirectory correctly

     [ https://issues.apache.org/jira/browse/MGPG-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MGPG-44.
-----------------------------------
    Resolution: Fixed

> gpg:sign does not handle non-Default outputDirectory correctly
> --------------------------------------------------------------
>
>                 Key: MGPG-44
>                 URL: https://issues.apache.org/jira/browse/MGPG-44
>             Project: Maven GPG Plugin
>          Issue Type: Bug
>            Reporter: Sebb
>            Assignee: Maarten Mulders
>            Priority: Major
>              Labels: up-for-grabs
>             Fix For: 3.1.0
>
>
> The command:
> mvn verify assembly:single gpg:sign
> works fine; it creates the assemblies under target and adds the sigs to target.
> However, if the assembly plugin outputDirectory parameter is used to change the location of the assemblies - e.g. to target/tarballs - the sigs are still created, but they are left in the directory target/gpg/target/tarballs instead of being moved alongside the assemblies.
> It looks like the plugin is prefixing target/ on the ascDirectory when it should not, because defining ascDirectory=. fixes the issue



--
This message was sent by Atlassian Jira
(v8.20.1#820001)