How to update cert-cvc from the upstream svn version
Assuming you are in the ejbca folder:
-
Sync the git repo with the upstream svn repo using
git svn rebase
-
cd cert-cvc
-
Find the commit containing the version of cert-cvc that JMRTD is asking for, e.g., using
git log pom.xml
-
Checkout that commit, put a tag on it called cert-cvc-$VERSION
-
Put the following in pom.xml:
absolute directory file:///$PATH_TO_IRMA/credentials.github.io/repos/maven2 -
Run
mvn deploy
-
Switch to your credentials.github.io project, commit & push