Maven Build Utilities

A collection of Maven Plugins and Build utilities

License

License

MIT
GroupId

GroupId

com.github.rchargel.build
ArtifactId

ArtifactId

build-utils
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Build Utilities
A collection of Maven Plugins and Build utilities
Project URL

Project URL

https://github.com/rchargel/build-utils
Source Code Management

Source Code Management

https://github.com/rchargel/build-utils

Download build-utils

How to add to project

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

Dependencies

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

Project Modules

  • build-utils-common
  • build-reports
  • jmh-benchmarking-executor
  • base-maven-plugin-harness
  • jmh-benchmarking-maven-plugin

Build Utils

Build Utils CI Code Coverage License Release Commits Since Release

This project contains project build utilities which have employed on my corporate work, and which I thought could be re-packaged and re-designed for open source work as well.

Here is the current list of utilities packaged herein:

Change Log

0.9 - 3/24/2021

  • Initial Release

Versions

Version
0.9