DM Uncle Maven Plugin

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

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

io.dmuncle.maven
Идентификатор

Идентификатор

dmuncle-maven-plugin
Последняя версия

Последняя версия

0.0.5
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

DM Uncle Maven Plugin
Provides a maven plugin to analyze the dependency and write a report usable by the dmuncle
Ссылка на сайт

Ссылка на сайт

https://github.com/Catalysts/dmuncle-maven-plugin
Система контроля версий

Система контроля версий

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

Скачать dmuncle-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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/

Версии библиотеки

Версия
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1