kitodo/kitodo-contentserver

Add .war build to build.xml

pbroman opened this issue · 2 comments

At the moment, the kitodo contentserver is build as an OSGi bundle, making it unnecessarily complicated to deploy. With an additional war target, the servlet would be build as warfile as well, leaving the decision of how to deploy it to the operator.

Pull Request: #18

Closing as pull request is merged.