You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Pawel Veselov (Jira)" <ji...@apache.org> on 2022/12/16 20:38:00 UTC

[jira] [Created] (MGPG-93) .asc files are written to a non-existent output directory

Pawel Veselov created MGPG-93:
---------------------------------

             Summary: .asc files are written to a non-existent output directory
                 Key: MGPG-93
                 URL: https://issues.apache.org/jira/browse/MGPG-93
             Project: Maven GPG Plugin
          Issue Type: Bug
    Affects Versions: 3.0.1
            Reporter: Pawel Veselov
         Attachments: gpg-test.tar.gz

I think this is an instance of MGPG-44, but for a different assembly.
Attempting to sign .war files created in non-standard location causes build to fail:
{noformat}
$ mvn package gpg:sign
[INFO] --- maven-gpg-plugin:3.0.1:sign (default-cli) @ b ---
gpg: using "856916A457583513" as default secret key for signing
gpg: can't create '/home/vps/tmp/gpg-test/mod/target/gpg/../artifacts/b-1-SNAPSHOT.war.asc': No such file or directory
gpg: signing failed: No such file or directory
{noformat}

Structure to reproduce:  [^gpg-test.tar.gz] 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)