MVN

org.wooddog.mavenplugins : keystore

Maven & Gradle

Sep 03, 2009

Keystore Maven Mojo · Installs an un-trusted server certificate in a local key store

<plugin>
    <groupId>org.wooddog.mavenplugins</groupId>
    <artifactId>keystore</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wooddog.mavenplugins : keystore to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.wooddog.mavenplugins : keystore to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
keystore-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.wooddog.mavenplugins</groupId>
    <artifactId>keystore</artifactId>
    <version>1.0</version>
</plugin>