simter-build

Simter Build

Лицензия

Лицензия

MIT
Группа

Группа

tech.simter
Идентификатор

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

simter-build
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

simter-build
Simter Build
Ссылка на сайт

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

https://github.com/simter/simter-build
Организация-разработчик

Организация-разработчик

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

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

https://github.com/simter/simter-build.git

Скачать simter-build

Имя Файла Размер
simter-build-1.2.0.pom 10 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/tech.simter/simter-build/ -->
<dependency>
    <groupId>tech.simter</groupId>
    <artifactId>simter-build</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.simter/simter-build/
implementation 'tech.simter:simter-build:1.2.0'
// https://jarcasting.com/artifacts/tech.simter/simter-build/
implementation ("tech.simter:simter-build:1.2.0")
'tech.simter:simter-build:pom:1.2.0'
<dependency org="tech.simter" name="simter-build" rev="1.2.0">
  <artifact name="simter-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.simter', module='simter-build', version='1.2.0')
)
libraryDependencies += "tech.simter" % "simter-build" % "1.2.0"
[tech.simter/simter-build "1.2.0"]

Зависимости

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

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

Данный проект не имеет модулей.

1. Overview

The Simter Project Builder to build all simter projects.

Modules :

Sn Name Remark
1 simter-build Build modules and define global properties and pluginManagement
2 simter-dependencies Define global dependencyManagement
3 simter-parent All sub modules parent module, Define global dependencies and plugins
4 simter-[sub-module]

Remark : 1, 2, 3 all has maven-enforcer-plugin and flatten-maven-plugin config. [sub-module] means simter-core and all other sub modules. They simter-[sub-module] must not configure them.

Pom Inherited Structure : (A : B means B is the parent of A)

simter-parent : simter-dependencies : simter-build
gftaxi-\[sub-module\] : simter-parent

2. Requirement

Maven3.6+, Java8+.

3. Development build

$ mvn clean install

The default version is pom.xml/properties/revision value, can be change through command argument temporary. Below change to version x.y.z-SHAPSHOT.

$ mvn clean install -D revision=x.y.z-SHAPSHOT

4. Release build

  1. Change pom.xml/properties/revision value to the release version number.
    <properties>
      <revision>x.y.z</revision>
    </properties>
    
  2. Commit a log with format 'Release version x.y.z.
    $ git add pom.xml
    $ git commit -m "Release version x.y.z"
  3. Release to intranet nexus server.
    $ mvn clean deploy -P lan
  4. Release to bintray.
    $ mvn clean deploy -P bintray
  5. Release to sonatype.
    $ mvn clean deploy -P sonatype
tech.simter

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

Версия
1.2.0
1.1.0
1.0.1
1.0.0
0.5.0
0.4.0