elek opened a new pull request #2140:
URL: https://github.com/apache/ozone/pull/2140
## What changes were proposed in this pull request?
During the ozone-1.1.0 vote I realized that
`HISTORY.md`/`SECURITY.md`/`CONTRIBUTING.md` files are missing from the `bin`
and `src` artifacts. I think they include very useful information and would be
better to include them in the release artifacts.
## How was this patch tested?
```
mvn clean install -Dmaven.javadoc.skip=true -DskipTests -Psign,dist,src
-Dtar -Dgpg.keyname=$CODESIGNINGKEY
cd hadoop-ozone/dist/target/
tar tzf hadoop-ozone-1.1.0-SNAPSHOT.tar.gz
tar tzf hadoop-ozone-1.1.0-src-SNAPSHOT.tar.gz
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]