The plugin crypto-maven-plugin lets you encrypt and decrypt resources.
- Encrypt generated resources
Check out the plugin web site for details.
-
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