Mojo Parent POM

This is the parent pom for all MOJO development within the com.robertboothby namespace

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.robertboothby
ArtifactId

ArtifactId

maven-plugin-parent
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Mojo Parent POM
This is the parent pom for all MOJO development within the com.robertboothby namespace
Project URL

Project URL

https://github.com/RobertBoothby/mojo-parent
Source Code Management

Source Code Management

https://github.com/RobertBoothby/mojo-parent/tree/master

Download maven-plugin-parent

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.1
org.apache.maven : maven-core jar 3.5.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Mojo Parent

This project contains the parent pom for all projects within the com.robertboothby namespace that creates Maven plugins and Mojos. There will be a number of sub-projects to come.

Versions

Version
0.1.0