jessentials-parent
A parent POM for this library collection, which helps to standardize
the plugins, libraries, and build settings used in the various modules.
Лицензия
Лицензия
Группа
Группа com.justdavis.karl.jessentials
Идентификатор
Идентификатор jessentials-parent
Последняя версия
Последняя версия 6.0.0
Дата
Дата
27 янв. 2018 г.
Тип
Тип pom
Описание
Описание
jessentials-parent
A parent POM for this library collection, which helps to standardize
the plugins, libraries, and build settings used in the various modules.
Ссылка на сайт
Ссылка на сайт
https://github.com/karlmdavis/jessentials
Организация-разработчик
Организация-разработчик
Karl M. Davis
Система контроля версий
Система контроля версий
https://github.com/karlmdavis/jessentials
Скачать jessentials-parent
Как подключить последнюю версию
Зависимости
Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.
Модули Проекта
Данный проект не имеет модулей.
jessentials
A set of basic "why doesn't this already exist?" utility/library code for Java projects.
Performing a Release
The maven-release-plugin is used to perform releases of this project's modules, deploying the build results to Maven Central (by way of OSSRH ).
The modules in this project are intended to be release separately/independently: a release of jessentials-parent shouldn't automatically release jessentials-misc, for example. To ensure this, only run releases from the module subdirectories, like this:
$ cd jessentials.git $ cd jessentials-parent $ mvn release:prepare release:perform