damp-mouse-24788
01/14/2019, 9:11 PMwitty-crayon-22786
01/14/2019, 10:28 PMprovides
clause in your BUILD filepublish.jar
options--publish-jar-named-snapshot
though:--publish-jar-named-snapshot=<str> (default: None)
Publish all artifacts with the given snapshot name, replacing their version.
This is not Semantic Versioning compatible, but is easier to consume in
cases where many artifacts must align.
--named-snapshot=`date +"%Y%m%d%H%M%S"`"$SLUG"-`git rev-parse --verify --short HEAD`
damp-mouse-24788
01/14/2019, 10:44 PM