StackInfo Maven Plugin

A simple plugin for preprocessing Maven metadata

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.github.stackinfo
ArtifactId

ArtifactId

stackinfo-maven-plugin
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

StackInfo Maven Plugin
A simple plugin for preprocessing Maven metadata
Project URL

Project URL

https://stackinfo.github.io/
Source Code Management

Source Code Management

https://github.com/stackinfo/stackinfo-maven-plugin

Download stackinfo-maven-plugin

How to add to project

<plugin>
    <groupId>io.github.stackinfo</groupId>
    <artifactId>stackinfo-maven-plugin</artifactId>
    <version>0.2</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.codehaus.plexus : plexus-utils jar 3.0.24
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-model jar 3.0.5

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

Project Modules

There are no modules declared in this project.

StackInfo Maven plugin

A very simple Maven plugin which only provides prepare mojo now. This mojo stores pom.xml files in effective-like format for further processing. It works as an aggregator.

Usage

Simply run Maven and specify plugin coordinates together with prepare mojo:

mvn io.github.stackinfo:stackinfo-maven-plugin:0.1:prepare

The results will be in target/stackinfo/poms/.

io.github.stackinfo

Versions

Version
0.2
0.1