You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "SebbASF (JIRA)" <ji...@codehaus.org> on 2013/06/13 13:27:03 UTC

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

SebbASF created MGPG-44:
---------------------------

             Summary: gpg:sign does not handle non-Default outputDirectory correctly
                 Key: MGPG-44
                 URL: https://jira.codehaus.org/browse/MGPG-44
             Project: Maven 2.x and 3.x GPG Plugin
          Issue Type: Bug
            Reporter: SebbASF


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira