MVN

org.openidentityplatform.openicf : openicf-maven-plugin

Maven & Gradle

May 21, 2024

OpenICF Build Helper Plugin · OpenICF Connector build helper plugin

<plugin>
    <groupId>org.openidentityplatform.openicf</groupId>
    <artifactId>openicf-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.openicf : openicf-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.openidentityplatform.openicf : openicf-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
openicf-maven-plugin-1.6.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.openidentityplatform.openicf</groupId>
    <artifactId>openicf-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>