Attila Doroszlai created RATIS-2117:
---------------------------------------

             Summary: No need for manual assembly:single execution
                 Key: RATIS-2117
                 URL: https://issues.apache.org/jira/browse/RATIS-2117
             Project: Ratis
          Issue Type: Improvement
          Components: build, documentation
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


RATIS-1660 added explicit executions of {{maven-assembly-plugin}} to build 
binary and source tarballs.  Since they are bound to the {{package}} phase, we 
no longer need to manually include {{assembly:single}} in the command to build 
Ratis.

This is proven by having 3 executions of assembly in CI, which runs {{mvn clean 
install assembly:single}}.

{code}
[INFO] --- assembly:3.3.0:single (src) @ ratis-assembly ---
...
[INFO] Building tar: 
/home/runner/work/ratis/ratis/ratis-assembly/target/apache-ratis-3.1.0-SNAPSHOT-src.tar.gz
...
[INFO] --- assembly:3.3.0:single (default-cli) @ ratis-assembly ---
...
[INFO] Building tar: 
/home/runner/work/ratis/ratis/ratis-assembly/target/apache-ratis-3.1.0-SNAPSHOT-bin.tar.gz
...
[INFO] --- assembly:3.3.0:single (default-cli) @ ratis-assembly ---
...
[INFO] Building tar: 
/home/runner/work/ratis/ratis/ratis-assembly/target/apache-ratis-3.1.0-SNAPSHOT-bin.tar.gz
{code}



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

Reply via email to