https://github.com/jcabi/jcabi-ssl-maven-plugin
SSL Plugin for Apache Maven: it generates fake SSL certificates for the testing purposes of your Java web app
https://github.com/jcabi/jcabi-ssl-maven-plugin
java maven-plugin ssl ssl-plugin testing
Last synced: 3 months ago
JSON representation
SSL Plugin for Apache Maven: it generates fake SSL certificates for the testing purposes of your Java web app
- Host: GitHub
- URL: https://github.com/jcabi/jcabi-ssl-maven-plugin
- Owner: jcabi
- License: other
- Created: 2013-09-04T13:28:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-05-31T12:08:40.000Z (4 months ago)
- Last Synced: 2025-06-01T00:30:29.066Z (4 months ago)
- Topics: java, maven-plugin, ssl, ssl-plugin, testing
- Language: Java
- Homepage: https://ssl.jcabi.com/index.html
- Size: 584 KB
- Stars: 10
- Watchers: 4
- Forks: 16
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.elegantobjects.org)
[](https://www.0crat.com/p/C3RUBL5H9)
[](http://www.rultor.com/p/jcabi/jcabi-ssl-maven-plugin)[](https://github.com/jcabi/jcabi-ssl-maven-plugin/actions/workflows/mvn.yml)
[](http://www.0pdd.com/p?name=jcabi/jcabi-ssl-maven-plugin)
[](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-ssl-maven-plugin)
[](http://www.javadoc.io/doc/com.jcabi/jcabi-ssl-maven-plugin)
[](https://codecov.io/gh/jcabi/jcabi-ssl-maven-plugin)More details are here: [ssl.jcabi.com](http://ssl.jcabi.com/index.html)
## How to contribute?
Fork the repository, make changes, submit a pull request.
We promise to review your changes same day and apply to
the `master` branch, if they look correct.Please run Maven build before submitting a pull request:
```
$ mvn clean install -Pqulice
```