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
- 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 -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
|
|