Skip to content

davidmoten/decrypt-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decrypt-maven-plugin


Maven Central

Decrypts a server password in .m2/settings.xml and writes it to a file.

Status: released to Maven Central

Maven site

Usage

Add this to your pom.xml in the <build><plugins> section:

 <plugin>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>decrypt-maven-plugin</artifactId>
    <version>VERSION_HERE</version>
    <configuration>
        <serverId>container</serverId>
        <outputFile>${project.build.directory}/pass.txt</outputFile>
    </configuration>
</plugin>

To call:

mvn decrypt:decrypt

About

Decrypts server passwords read from .m2/settings.xml

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •