You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/12/08 20:14:00 UTC

[jira] [Created] (HBASE-25376) [create-release] Fix double .asc

Michael Stack created HBASE-25376:
-------------------------------------

             Summary: [create-release] Fix double .asc
                 Key: HBASE-25376
                 URL: https://issues.apache.org/jira/browse/HBASE-25376
             Project: HBase
          Issue Type: Bug
          Components: create-release
            Reporter: Michael Stack
            Assignee: Michael Stack


We are signing the signature file when we run the create-release which results in *.jar.asc.asc files up in maven repository. It looks to be this line in release-util.sh maven_deploy:

- declare -a mvn_goals=(clean install)
 + declare -a mvn_goals=(clean)

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)