Building openfire4.4.3 with maven

Hello, I recently used maven to build openfire4.4.3 source code in eclipse, but it was divided into 7 projects. I compiled them separately and passed them, but I don’t know what to do next. Because the current openfire source structure has changed, so the online guidance is no longer applicable, I want to run openfire on ubuntu1804, what should I do next? I am a newbie. I need help now. I look forward to your suggestions. Thank you very much.

  1. clone from github
git clone --depth=1 https://github.com/igniterealtime/Openfire.git
  1. change directory to openfire
cd Openfire-master
  1. build Openfire with maven
mvn verify
  1. the build is then placed here:
../Openfire-master/distribution/target/distribution-base
  1. you could start it with:
../Openfire-master/distribution/target/distribution-base/bin/openfire.sh

source: https://github.com/igniterealtime/Openfire (README)

3 Likes

Thank you very much, I have successfully run openfire according to your instructions.

thanks for your information its help me alot successfully installed
thanks totzkotz :slight_smile:
regards