Credentials Maven Plugin

Looks up credentials in settings.xml

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.genthaler
Идентификатор

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

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

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

1.3
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Credentials Maven Plugin
Looks up credentials in settings.xml
Ссылка на сайт

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

http://genthaler.github.io/credentials-maven-plugin/
Система контроля версий

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

https://github.com/genthaler/credentials-maven-plugin

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

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

<plugin>
    <groupId>com.github.genthaler</groupId>
    <artifactId>credentials-maven-plugin</artifactId>
    <version>1.3</version>
</plugin>

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-artifact jar 3.0.5
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-model jar 3.0.5
org.apache.maven : maven-plugin-api jar 3.0.5

provided (2)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3
org.codehaus.plexus : plexus-component-annotations jar 1.5.5

test (9)

Идентификатор библиотеки Тип Версия
com.rubiconproject.oss : jchronic jar 0.2.6
commons-io : commons-io jar 2.4
info.cukes : cucumber-java jar 1.1.8
info.cukes : cucumber-junit jar 1.1.8
junit : junit jar 4.11
org.apache.maven : maven-compat jar 3.0.5
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 2.1
org.apache.maven.shared : maven-verifier jar 1.5
org.hamcrest : hamcrest-all jar 1.3

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

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

credentials-maven-plugin

A Maven 2/3 plugin to store credentials from settings.xml and security-settings.xml into properties where they can be used by other plugins and/or Java code.

Please see the Project Page.

There's also the Issues page.

This plugin is also something of a testbed for Maven plugin testing strategies. I'm using Cucumber-JVM to drive standard JUnit-style tests as well as Maven Verifier integration tests. I'm also using the Maven Invoker Plugin for standalone functional tests.

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

Версия
1.3
1.2
1.1
1.0