Release 2.x‎ > ‎Install - Reference‎ > ‎

21-service-SPMLv2

SPML2

You only need these JAR files if you are using Project OpenPTK's SPML2 Service located in the ext/Service/SPML2/lib directory.  Tis Service uses the following JAR files
    • openspml-toolkit.jar
    • idmclient.jar
    1. Change to the lib directory
    2. Run the following commands to add the JAR files to your local Maven repository.

mvn install:install-file -DgroupId=org.openspml.v2 -DartifactId=openspmlv2-toolkit -Dpackaging=jar -Dversion=2 -DgeneratePom=true -Dfile=openspml2-toolkit.jar

mvn install:install-file -DgroupId=com.sun.idm -DartifactId=idmclient -Dpackaging=jar -Dversion=1 -DgeneratePom=true -Dfile=idmclient.jar