Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
git checkout $tag -b latest |
Build
Navigate to the root of the checked out project.
Set repository credentials and repository URI for the build to determine where to put the compiled binaries (*.jar files).
...
Code Block | ||
---|---|---|
| ||
export SBT_OPTS="-DpublishRepository.credentialsFile=/path/to/credentials/file -DpublishRepository.uri=uri
/of/the/binary/repository"; |
...
Overview
Content Tools