How to setup Openfire in Eclipse IDE?

Could someone help me out with setting up locally Openfire server in Eclipse IDE for development purpose.
Need some steps for running the code at backend after successfully building the project through build.xml

Regards,
Narendra Murthy

There is no build.xml - it’s a Maven project and as such should import without any issues (I use IntelliJ, so can’t offer any Eclipse advise).

Have a look at the instructions at https://github.com/igniterealtime/Openfire#making-changes for some pointers on getting going.

Greg

Thanks Greg
It will help me a lot…