Fork me on GitHub jcabi

23-Sep-2013 0.7.22

Injecting SSL into JVM

Configure jcabi-ssl-maven-plugin in your pom.xml:

<project>
  <build>
    <plugins>
      <plugin>
        <groupId>com.jcabi</groupId>
        <artifactId>jcabi-ssl-maven-plugin</artifactId>
        <version>0.7.22</version>
        <executions>
          <execution>
            <goals>
              <goal>keygen</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

That's it.

Copyright © 2012-2013 jcabi.com, All Rights Reserved. Privacy Policy.

site is built by Apache Maven