Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```