io.takari.maven.plugins:takari-plugin-testing

Takari: The future of software delivery.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.takari.maven.plugins
ArtifactId

ArtifactId

takari-plugin-testing
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Takari: The future of software delivery.

Download takari-plugin-testing

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.codehaus.plexus : plexus-utils jar 3.3.0

provided (14)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.6.3
org.apache.maven : maven-plugin-api jar 3.6.3
org.apache.maven : maven-model jar 3.6.3
org.apache.maven : maven-resolver-provider jar 3.6.3
org.apache.maven : maven-artifact jar 3.6.3
org.apache.maven : maven-settings jar 3.6.3
org.apache.maven : maven-settings-builder jar 3.6.3
org.apache.maven.resolver : maven-resolver-api jar 1.4.1
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.3.4
org.sonatype.sisu : sisu-guice jar 4.2.0
org.apache.commons : commons-exec jar 1.3
org.codehaus.plexus : plexus-classworlds jar 2.6.0
io.takari.m2e.workspace : org.eclipse.m2e.workspace.cli jar 0.4.0
org.apache.commons : commons-compress jar 1.19

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.maven.plugins

Versions

Version
3.0.0
2.9.2
2.9.1
2.9.0
2.8.0
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.9.2
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0