Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Added github readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Jun 29, 2013
1 parent 10730bb commit e5e0394
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
@@ -0,0 +1,39 @@
Maven Crypto Plugin
==================================

The plugin *crypto-maven-plugin* lets you encrypt and decrypt artifacts.


What is it good for?
--------------------

* Encrypt generated artefacts

Check out the [plugin web site][site] for details.

[site]: http://labs.consol.de/projects/maven/crypt-maven-plugin/

Development
-----------

* Build the plugin

mvn clean install

Make sure you got [Maven 3.0.3+][maven_download] or higher.

* Build the site (and the optional example report)

mvn clean install integration-test site -Psite

mvn site:deploy -Psite,dist-labs

* Release

mvn release:prepare

mvn release:perform

Make sure you got the changes etc for the site updated previous to the release.

[maven_download]: http://maven.apache.org

0 comments on commit e5e0394

Please sign in to comment.