I have developed a MarkLogic application which is neither an MVC nor a REST application (more precisely, it is a REST API which doesn't use the standard ML REST API).
I'd like to use Roxy to package and deploy this application but Roxy includes either ML's REST API or MVC framework when you create a new project.
Is it possible to strip down what is deployed by Roxy or do I have to find other solutions such as MarkLogic packaging which is much less features complete than Roxy?