[
https://issues.apache.org/jira/browse/MGPG-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MGPG-44:
------------------------------------
Fix Version/s: 3.1.0
> 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)