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
- Change to the lib directory
- 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
|
|