1
0
Fork 0
dnet-hadoop/dhp-workflows/dhp-impact-indicators/README.txt

13 lines
315 B
Plaintext
Raw Normal View History

2023-03-14 17:50:54 +01:00
## Checkout a specific release of the BIP-Ranker git repository
* Edit the `scmVersion` of the maven-scm-plugin in the pom.xml to point to the tag/release version you want to check out.
* Then perform the checkout with:
```
mvn scm:checkout
```
* The code should be visible under `src/main/bip-ranker` folder.