MarkLogic Module Deployer is a maven plugin that deploys MarkLogic server-side artifacts into the MarkLogic module database.
If your standard build tool is Maven and the DBA manages all but the code deployment, you may use the MarkLogic module deployer maven plugin. As a developer, you can deploy MarkLogic server-side artifacts into the MarkLogic application server from within your IDE. As a result, better productivity.
- REST Extension written in JavaScript or XQuery.
- Query Options written in XML or JSON.
- Library modules written in JavaScript or XQuery.
- Transforms written in XQuery, XSLT, or JavaScript.
You can use it just like any other Maven plugin in your Maven project. Refer to the sample maven project using the MarkLogic Module Deployer Maven Plugin here.
MarkLogic Module Deployer is written to deploy MarkLogic server-side artifacts into the MarkLogic server. It's not a MarkLogic bootstrap tool. If you are looking for a comprehensive, enterprise-grade, and production-ready MarkLogic bootstrap and management tool, please take a look at ml-gradle.
Please create an issue in Git Hub or send a note to [email protected].
If you like to contribute, please refer here