An open API service indexing awesome lists of open source software.

https://github.com/sanjuthomas/marklogic-module-deployer

MarkLogic Module Deployer Maven Plugin
https://github.com/sanjuthomas/marklogic-module-deployer

code deployer java marklogic

Last synced: 2 months ago
JSON representation

MarkLogic Module Deployer Maven Plugin

Awesome Lists containing this project

README

        

# 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](https://github.com/sanjuthomas/marklogic-module-deployer-sample-project).

# 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](https://github.com/rjrudin/ml-gradle).

# Found a bug?

Please create an issue in Git Hub or send a note to [email protected].

# Make MarkLogic Module Deployer Maven Plugin better.

If you like to contribute, please refer [here](https://github.com/sanjuthomas/marklogic-module-deployer/blob/master/CONTRIBUTING.md)