Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmoten/decrypt-maven-plugin
Decrypts server passwords read from .m2/settings.xml
https://github.com/davidmoten/decrypt-maven-plugin
Last synced: about 1 month ago
JSON representation
Decrypts server passwords read from .m2/settings.xml
- Host: GitHub
- URL: https://github.com/davidmoten/decrypt-maven-plugin
- Owner: davidmoten
- Created: 2016-01-28T02:40:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T16:33:30.000Z (3 months ago)
- Last Synced: 2024-08-27T18:17:07.884Z (3 months ago)
- Language: Java
- Size: 43.9 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
decrypt-maven-plugin
=====================
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.davidmoten/decrypt-maven-plugin/badge.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/com.github.davidmoten/decrypt-maven-plugin)Decrypts a server password in `.m2/settings.xml` and writes it to a file.
Status: *released to Maven Central*
[Maven site](http://davidmoten.github.io/decrypt-maven-plugin/index.html)
Usage
------------Add this to your `pom.xml` in the `` section:
```xml
com.github.davidmoten
decrypt-maven-plugin
VERSION_HERE
container
${project.build.directory}/pass.txt
```
To call:
```bash
mvn decrypt:decrypt
```