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)