Simple Build Tools Project

Project to store build artifacts for starter projects

License

License

Categories

Categories

Build Tools
GroupId

GroupId

tech.heartin.starters
ArtifactId

ArtifactId

simple-starter-build-tools
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Build Tools Project
Project to store build artifacts for starter projects
Project URL

Project URL

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

Project Organization

heartin.tech
Source Code Management

Source Code Management

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

Download simple-starter-build-tools

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0