https://github.com/marschall/truststore-maven-plugin-examples
Examples on how to use the Truststore Maven Plugin
https://github.com/marschall/truststore-maven-plugin-examples
example maven
Last synced: 3 months ago
JSON representation
Examples on how to use the Truststore Maven Plugin
- Host: GitHub
- URL: https://github.com/marschall/truststore-maven-plugin-examples
- Owner: marschall
- Created: 2018-08-05T10:35:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T12:24:32.000Z (over 2 years ago)
- Last Synced: 2025-01-16T02:45:00.013Z (5 months ago)
- Topics: example, maven
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Truststore Maven Plugin Examples
================================Examples on how to use the [Truststore Maven Plugin](https://marschall.github.io/truststore-maven-plugin/).
The project has the following structure:
- trustore
- builds a PCKS12 trustore using the certificates in the project
- truststore-with-source
- builds a PCKS12 trustore using the certificates in the project and additionally packs the certificates into a source JAR
- assembly
- builds a .tar.gz containing the PCKS12 trustore build in the
trustore
module