Maven Crypto Plugin

Provides de- and encryption support for artifacts

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.m3y.maven
ArtifactId

ArtifactId

crypto-maven-plugin
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Crypto Plugin
Provides de- and encryption support for artifacts
Project URL

Project URL

http://marcelmay.github.io/crypto-maven-plugin
Source Code Management

Source Code Management

https://github.com/marcelmay/crypto-maven-plugin

Download crypto-maven-plugin

How to add to project

<plugin>
    <groupId>de.m3y.maven</groupId>
    <artifactId>crypto-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-model jar 3.0.3
org.apache.maven.shared : maven-filtering jar 1.0
org.codehaus.plexus : plexus-utils jar 3.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

Project Modules

There are no modules declared in this project.

Maven Crypto Plugin

The plugin crypto-maven-plugin lets you encrypt and decrypt resources.

Maven Central

What is it good for?

  • Encrypt generated resources

Check out the plugin web site for details.

Development

  • Build the plugin

    mvn clean install

    Make sure you got Maven 3.0.3+ or higher.

  • Build the site

    mvn clean install integration-test site -Psite

  • Release

    mvn release:prepare -Prelease

    mvn release:perform -Prelease

  • Deploy snapshot

    mvn clean deploy -Prelease

    Note: The release profile contains the snapshot repository for distribution management

Versions

Version
1.0