Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.71 KB

File metadata and controls

31 lines (17 loc) · 1.71 KB

What is the MarkLogic Module Deployer Maven Plugin?

MarkLogic Module Deployer is a maven plugin that deploys MarkLogic server-side artifacts into the MarkLogic module database.

When should you use the MarkLogic Module Deployer Maven Plugin?

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.

What are MarkLogic Server Side Artifacts?

  1. REST Extension written in JavaScript or XQuery.
  2. Query Options written in XML or JSON.
  3. Library modules written in JavaScript or XQuery.
  4. Transforms written in XQuery, XSLT, or JavaScript.

How do I use the MarkLogic Module Deployer Maven Plugin?

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.

Are you looking for a bootstrap tool for MarkLogic?

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.

Found a bug?

Please create an issue in Git Hub or send a note to ml@sanju.org.

Make MarkLogic Module Deployer Maven Plugin better.

If you like to contribute, please refer here