I am trying to run a web-app static analysis tool on the jsp source code of Openfire. The tool requires a .war file as part of its input. How do I generate this from the Openfire source repository?
I am currently running:
cd Openfire
make all
While there are several WEB-INF directories in the source code no .war files are generated.
Thank you!