You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Maarten Mulders (Jira)" <ji...@apache.org> on 2021/09/29 07:45:00 UTC

[jira] [Assigned] (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 ]

Maarten Mulders reassigned MGPG-44:
-----------------------------------

    Assignee: Maarten Mulders

> 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
>
> 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.3.4#803005)