An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

logo

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![Managed by Zerocracy](https://www.0crat.com/badge/C3RUBL5H9.svg)](https://www.0crat.com/p/C3RUBL5H9)
[![DevOps By Rultor.com](http://www.rultor.com/b/jcabi/jcabi-ssl-maven-plugin)](http://www.rultor.com/p/jcabi/jcabi-ssl-maven-plugin)

[![mvn](https://github.com/jcabi/jcabi-ssl-maven-plugin/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-ssl-maven-plugin/actions/workflows/mvn.yml)
[![PDD status](http://www.0pdd.com/svg?name=jcabi/jcabi-ssl-maven-plugin)](http://www.0pdd.com/p?name=jcabi/jcabi-ssl-maven-plugin)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-ssl-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-ssl-maven-plugin)
[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-ssl-maven-plugin.svg)](http://www.javadoc.io/doc/com.jcabi/jcabi-ssl-maven-plugin)
[![codecov](https://codecov.io/gh/jcabi/jcabi-ssl-maven-plugin/branch/master/graph/badge.svg)](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
```