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

21-service-SPMLv1

SPML

You only need these JAR files if you are using Project OpenPTK's SPML Service located in the
ext/Service/SPML/lib directory.  This Service uses the following JAR files
    • openspml.jar
    • idm_80_openspml.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 -DartifactId=openspml -Dpackaging=jar -Dversion=1.2.2 -DgeneratePom=true -Dfile=openspml.jar

mvn install:install-file -DgroupId=org.openspml -DartifactId=openspml-idm80 -Dpackaging=jar -Dversion=1.2.2 -DgeneratePom=true -Dfile=idm_80_openspml.jar