Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genthaler/credentials-maven-plugin
A Maven 2/3 plugin to store credentials from settings.xml and security-settings.xml in properties where they can be used by other plugins and/or Java code.
https://github.com/genthaler/credentials-maven-plugin
Last synced: about 5 hours ago
JSON representation
A Maven 2/3 plugin to store credentials from settings.xml and security-settings.xml in properties where they can be used by other plugins and/or Java code.
- Host: GitHub
- URL: https://github.com/genthaler/credentials-maven-plugin
- Owner: genthaler
- License: apache-2.0
- Created: 2013-03-05T21:07:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T22:12:44.000Z (over 1 year ago)
- Last Synced: 2024-04-13T16:16:49.261Z (7 months ago)
- Language: Java
- Homepage: http://genthaler.github.io/credentials-maven-plugin/
- Size: 2.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://genthaler.github.com/credentials-maven-plugin).
There's also the [Issues](https://github.com/genthaler/credentials-maven-plugin/issues) page.
This plugin is also something of a testbed for Maven plugin testing strategies. I'm using [Cucumber-JVM](https://github.com/cucumber/cucumber-jvm) to drive standard [JUnit](http://junit.org)-style tests as well as [Maven Verifier](http://maven.apache.org/shared/maven-verifier) integration tests. I'm also using the [Maven Invoker Plugin](http://maven.apache.org/plugins/maven-invoker-plugin) for standalone functional tests.