This plugin, originally created by Stefan Reuter is available at: https://github.com/srt/openarchive
This is my hack ...
To generate the OpenArchive SNAPSHOT jar, the following were performed in sequence:
- Obtain https://github.com/sdolgy/maven-openfire-plugin OR https://github.com/srt/maven-openfire-plugin and run: maven install
- Obtain the
openfire.jar
from Openfire, and thedwr-2.0.5.jar
, and install the files into the local maven repository - Update the pom.xml to reflect the updated Openfire version (changed to 3.7.1)
- maven install
mvn install:install-file -Dfile=contrib\dwr-2.0.5.jar -DgroupId=org.directwebremoting -DartifactId=dwr -Dversion=2.0.5 -Dpackaging=jar
mvn install:install-file -Dfile=contrib\openfire.jar -DgroupId=org.igniterealtime.openfire -DartifactId=openfire -Dversion=3.7.1 -Dpackaging=jar