Attila Doroszlai created RATIS-2118:
---------------------------------------
Summary: Improve assembly process
Key: RATIS-2118
URL: https://issues.apache.org/jira/browse/RATIS-2118
Project: Ratis
Issue Type: Improvement
Components: build
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
1. Binary tarball is created using 4 separate descriptors.
{code}
[INFO] Reading assembly descriptor: src/main/assembly/examples-bin.xml
[INFO] Reading assembly descriptor: src/main/assembly/shell-bin.xml
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Reading assembly descriptor: src/main/assembly/bin-pkg.xml
{code}
2. Only binary tarball is installed into local repo due to conflict
{code}
[INFO] Building tar:
/home/runner/work/ratis/ratis/ratis-assembly/target/apache-ratis-3.1.0-SNAPSHOT-bin.tar.gz
[WARNING] artifact org.apache.ratis:ratis-assembly:tar.gz:3.1.0-SNAPSHOT
already attached, replace previous instance
...
[INFO] Installing
/home/runner/work/ratis/ratis/ratis-assembly/target/apache-ratis-3.1.0-SNAPSHOT-bin.tar.gz
to
/home/runner/.m2/repository/org/apache/ratis/ratis-assembly/3.1.0-SNAPSHOT/ratis-assembly-3.1.0-SNAPSHOT.tar.gz
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)