diff --git a/dhp-workflows/dhp-impact-indicators/README.txt b/dhp-workflows/dhp-impact-indicators/README.txt new file mode 100644 index 000000000..788534c02 --- /dev/null +++ b/dhp-workflows/dhp-impact-indicators/README.txt @@ -0,0 +1,13 @@ + + +## 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. \ No newline at end of file diff --git a/dhp-workflows/dhp-impact-indicators/pom.xml b/dhp-workflows/dhp-impact-indicators/pom.xml new file mode 100644 index 000000000..b827f42a4 --- /dev/null +++ b/dhp-workflows/dhp-impact-indicators/pom.xml @@ -0,0 +1,41 @@ + + + 4.0.0 + + eu.dnetlib.dhp + dhp + 1.2.5-SNAPSHOT + ../pom.xml + + + dhp-impact-indicators + + + 8 + 8 + UTF-8 + + + + https://github.com/athenarc/Bip-Ranker + https://github.com/athenarc/Bip-Ranker.git + + + + + + org.apache.maven.plugins + maven-scm-plugin + 1.8.1 + + connection + 2 + tag + ${project.build.directory}/../src/main/bip-ranker + + + + + \ No newline at end of file