# multi-module-maven-release-plugin **Repository Path**: mirrors_ARMmbed/multi-module-maven-release-plugin ## Basic Information - **Project Name**: multi-module-maven-release-plugin - **Description**: A maven release plugin built for multi-maven-module git repositories allowing continuous deployment - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Documentation, download, and usage instructions =============================================== Full usage details, FAQs, background and more are available on the **[project documention website](http://danielflower.github.io/multi-module-maven-release-plugin/index.html)**. Development =========== [![Build Status](https://travis-ci.org/danielflower/multi-module-maven-release-plugin.svg?branch=master)](https://travis-ci.org/danielflower/multi-module-maven-release-plugin) Contributing ------------ To build and run the tests, you need Java 6 or later and Maven 3 or later. Simply clone and run `mvn install` Note that the tests run the plugin against a number of sample test projects, located in the `test-projects` folder. If adding new functionality, or fixing a bug, it is recommended that a sample project be set up so that the scenario can be tested end-to-end. See also [CONTRIBUTING.md](CONTRIBUTING.md) for information on deploying to Nexus and releasing the plugin.