Generate .war file from source code

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:

git clone

cd Openfire

make all

While there are several WEB-INF directories in the source code no .war files are generated.

Thank you!

Opnefire’s source is not supposed to generate a war file. It produces java application (jar libraries and some binaries).