Maven Plugin Utils

A Java library which contains utilities for Maven 3 plugins.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

biz.gabrys.maven
ArtifactId

ArtifactId

plugin-utils
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Plugin Utils
A Java library which contains utilities for Maven 3 plugins.
Project URL

Project URL

http://maven-plugin-utils.projects.gabrys.biz/2.0.0/
Project Organization

Project Organization

gabrys.biz
Source Code Management

Source Code Management

https://github.com/gabrysbiz/maven-plugin-utils

Download plugin-utils

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.5

provided (1)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 1.7.1
org.mockito : mockito-core jar 2.13.0

Project Modules

There are no modules declared in this project.

About

License BSD 3-Clause Build Status

Maven Plugin Utils is a Java library which contains utilities for Maven 3 plugins. It contains tools to:

Read API documentation for more information.

Requirements

The library to run requires:

  • Java 11 or higher
  • Third-Party Dependencies (see list)

Download

You can download the library from this page or using various dependency management tools.

biz.gabrys.maven

gabrys.biz [archived]

Versions

Version
2.0.0
1.4.1
1.4.0
1.3.0
1.2
1.1
1.0