Simple Build Tools Project

Project to store build artifacts for starter projects

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

simple-starter-build-tools
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Simple Build Tools Project
Project to store build artifacts for starter projects
Ссылка на сайт

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

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

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

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

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

https://github.com/heartin/simple-starter-build-tools

Скачать simple-starter-build-tools

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

<!-- https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-build-tools/ -->
<dependency>
    <groupId>tech.heartin.starters</groupId>
    <artifactId>simple-starter-build-tools</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-build-tools/
implementation 'tech.heartin.starters:simple-starter-build-tools:1.0.0'
// https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-build-tools/
implementation ("tech.heartin.starters:simple-starter-build-tools:1.0.0")
'tech.heartin.starters:simple-starter-build-tools:jar:1.0.0'
<dependency org="tech.heartin.starters" name="simple-starter-build-tools" rev="1.0.0">
  <artifact name="simple-starter-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.heartin.starters', module='simple-starter-build-tools', version='1.0.0')
)
libraryDependencies += "tech.heartin.starters" % "simple-starter-build-tools" % "1.0.0"
[tech.heartin.starters/simple-starter-build-tools "1.0.0"]

Зависимости

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

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

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

Simple Starter Build Tools

This project will contain all resources required for build (e.g. checkstyle xml).

This project needs to be extracted to a folder (buildtools) within the build folder of your project. This is currently done by the starter parent projects' pom (e.g. simple-starter-parent-java).

Usage and setup (Local machine)

  1. Clone simple-starter-build-tools:
    git clone https://github.com/heartin/simple-starter-build-tools.git
  2. Run './mvnw clean install' or 'mvn clean install'

References

This project was created using the idea outlined at: http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html

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

Версия
1.0.0