The Multi Module Maven Release Plugin

A maven release plugin built for multi-maven-module git repositories allowing continuous deployment

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.github.danielflower.mavenplugins
Идентификатор

Идентификатор

maven-multi-module-releaser
Последняя версия

Последняя версия

0.1.9
Дата

Дата

Тип

Тип

pom
Описание

Описание

The Multi Module Maven Release Plugin
A maven release plugin built for multi-maven-module git repositories allowing continuous deployment
Ссылка на сайт

Ссылка на сайт

https://github.com/danielflower/maven-multi-module-releaser
Система контроля версий

Система контроля версий

https://github.com/danielflower/maven-multi-module-releaser

Скачать maven-multi-module-releaser

Имя Файла Размер
maven-multi-module-releaser-0.1.9.pom 5 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/ -->
<dependency>
    <groupId>com.github.danielflower.mavenplugins</groupId>
    <artifactId>maven-multi-module-releaser</artifactId>
    <version>0.1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation 'com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9'
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation ("com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9")
'com.github.danielflower.mavenplugins:maven-multi-module-releaser:pom:0.1.9'
<dependency org="com.github.danielflower.mavenplugins" name="maven-multi-module-releaser" rev="0.1.9">
  <artifact name="maven-multi-module-releaser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.danielflower.mavenplugins', module='maven-multi-module-releaser', version='0.1.9')
)
libraryDependencies += "com.github.danielflower.mavenplugins" % "maven-multi-module-releaser" % "0.1.9"
[com.github.danielflower.mavenplugins/maven-multi-module-releaser "0.1.9"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • multi-module-release-plugin
  • e2e-tests

Documentation, download, and usage instructions

Full usage details, FAQs, background and more are available on the project documentation website.

Development

Build Status Maven Central

Contributing

To build and run the tests, you need Java 8 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 for information on deploying to Nexus and releasing the plugin.

Версии библиотеки

Версия
0.1.9
0.1.8