adoroszlai opened a new pull request, #642:
URL: https://github.com/apache/ratis/pull/642

   ## What changes were proposed in this pull request?
   
   Include `ratis-shell` submodule in source tarball to prevent build failure 
when building Ratis after downloading source tarball.
   
   https://issues.apache.org/jira/browse/RATIS-1576
   
   ## How was this patch tested?
   
   ```
   $ mvn -DskipTests -Prelease -Papache-release clean package assembly:single
   ...
   [INFO] BUILD SUCCESS
   
   $ tar -C ~/tmp -xzf 
ratis-assembly/target/apache-ratis-2.3.0-SNAPSHOT-src.tar.gz
   
   $ cd ~/tmp/apache-ratis-2.3.0-SNAPSHOT
   
   $ mvn -DskipTests clean package
   ...
   [INFO] BUILD SUCCESS
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to