DM Uncle Maven Plugin

Provides a maven plugin to analyze the dependency and write a report usable by the dmuncle

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.dmuncle.maven
ArtifactId

ArtifactId

dmuncle-maven-plugin
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

DM Uncle Maven Plugin
Provides a maven plugin to analyze the dependency and write a report usable by the dmuncle
Project URL

Project URL

https://github.com/Catalysts/dmuncle-maven-plugin
Source Code Management

Source Code Management

https://github.com/Catalysts/dmuncle-maven-plugin

Download dmuncle-maven-plugin

How to add to project

<plugin>
    <groupId>io.dmuncle.maven</groupId>
    <artifactId>dmuncle-maven-plugin</artifactId>
    <version>0.0.5</version>
</plugin>

Dependencies

compile (11)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 2.2.1
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-model jar 2.2.1
org.apache.maven : maven-core jar 2.2.1
org.apache.maven : maven-artifact-manager jar 2.2.1
org.apache.maven : maven-repository-metadata jar 2.2.1
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4
com.googlecode.json-simple : json-simple jar 1.1.1
org.slf4j : slf4j-api jar 1.5.6
org.apache.maven.shared : maven-invoker jar 2.0.11

Project Modules

There are no modules declared in this project.

DM-Uncle Maven Plugin

Analyses your project and reports dependency information to a configured server.

Usage

Add the code below to your pom.xml

<plugin>
	<groupId>io.dmuncle.maven</groupId>
	<artifactId>dmuncle-maven-plugin</artifactId>
	<configuration>
		<serverAddress>
			https://public.dmuncle.io/
		</serverAddress>
	</configuration>
	<executions>
		<execution>
			<id>gather</id>
			<phase>install</phase>
			<goals>
				<goal>dmuncle-watch</goal>
			</goals>
		</execution>
		<execution>
			<id>send</id>
			<phase>install</phase>
			<goals>
				<goal>dmuncle-send</goal>
			</goals>
		</execution>
	</executions>
</plugin>
io.dmuncle.maven

Catalysts (now Cloudflight)

[DEPRECATED] Cloudflight GmbH - see https://github.com/cloudflightio/

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1