maven

This plugin provides some utilities to improve your Maven builds.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.takari
ArtifactId

ArtifactId

maven
Last Version

Last Version

0.7.7
Release Date

Release Date

Type

Type

takari-maven-plugin
Description

Description

maven
This plugin provides some utilities to improve your Maven builds.

Download maven

Dependencies

compile (4)

Group / Artifact Type Version
io.takari : maven-wrapper jar 0.5.6
io.takari : takari-archiver jar 0.1.9
io.takari.graph : takari-graph jar 0.0.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

provided (4)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.2.5
javax.inject : javax.inject jar 1
org.apache.maven : maven-plugin-api jar 3.2.5
org.apache.maven : maven-settings jar 3.2.5

Project Modules

There are no modules declared in this project.

Takari POM

The parent POM for all projects of Takari allowing deployment to the Central Repository and centralized plugin and configuration management.

Usage

Just add a parent segment with the latest version to your project

  <parent>
    <groupId>io.takari</groupId>
    <artifactId>takari</artifactId>
    <version>27</version>
  </parent>

To release your project you can use the usual Maven release process.

mvn release:prepare release:perform

This deploys the project to the Central Repository and hence the binaries are available whereever Central is available. Prior to that the staging repository needs to be closed and released on OSSRH.

SNAPSHOT version deployments emulating the full release build can be done with

mvn clean deploy -P takari-release

Binaries end up on https://oss.sonatype.org/content/repositories/snapshots/

The project uses the Takari Lifecycle for resources, compiler, jar, install and deploy replacement.

Build

As usual

mvn clean install

Release

Same as for usage of the project...

io.takari

Versions

Version
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.4
0.3.3
0.3.1
0.3.0
0.2.1
0.2.0