diff --git a/signserver/lib/maven-install-files.sh b/signserver/lib/maven-install-files.sh index 7f18fb8a8..5b307b8b2 100755 --- a/signserver/lib/maven-install-files.sh +++ b/signserver/lib/maven-install-files.sh @@ -16,6 +16,7 @@ mvn ${MVN_OPTS} install:install-file -Dfile="${DIR}/ext/x509-common-util-${XCU_V mvn ${MVN_OPTS} install:install-file -Dfile="${DIR}/../modules/source-jars/x509-common-util-${XCU_VERSION}-sources.jar" -DgroupId=com.keyfactor -DartifactId=x509-common-util -Dversion=${XCU_VERSION} -Dpackaging=jar -Dclassifier=sources CRYPTOTOKENS_VERSION=2.4.4 +mvn ${MVN_OPTS} install:install-file -Dfile="${DIR}/ext/cryptotokens-${CRYPTOTOKENS_VERSION}.pom" -DgroupId=com.keyfactor -DartifactId=cryptotokens -Dversion=${CRYPTOTOKENS_VERSION} -Dpackaging=pom mvn ${MVN_OPTS} install:install-file -Dfile="${DIR}/ext/cryptotokens-api-${CRYPTOTOKENS_VERSION}.jar" -DgroupId=com.keyfactor -DartifactId=cryptotokens-api -Dversion=${CRYPTOTOKENS_VERSION} -Dpackaging=jar mvn ${MVN_OPTS} install:install-file -Dfile="${DIR}/../modules/source-jars/cryptotokens-api-${CRYPTOTOKENS_VERSION}-sources.jar" -DgroupId=com.keyfactor -DartifactId=cryptotokens-api -Dversion=${CRYPTOTOKENS_VERSION} -Dpackaging=jar -Dclassifier=sources