Credentials Maven Plugin

Looks up credentials in settings.xml

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.genthaler
ArtifactId

ArtifactId

credentials-maven-plugin
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Credentials Maven Plugin
Looks up credentials in settings.xml
Project URL

Project URL

http://genthaler.github.io/credentials-maven-plugin/
Source Code Management

Source Code Management

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

Download credentials-maven-plugin

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3
org.codehaus.plexus : plexus-component-annotations jar 1.5.5

test (9)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.3
1.2
1.1
1.0