MVN

com.oracle.coherence.ce : pof-maven-plugin

Maven & Gradle

Jun 30, 2023
413 stars

Coherence POF Maven Plugin · Maven plugin that instruments classes at build time in order to implement support for POF serialization

<plugin>
    <groupId>com.oracle.coherence.ce</groupId>
    <artifactId>pof-maven-plugin</artifactId>
    <version>23.03.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oracle.coherence.ce : pof-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 23.03.1

All Versions

Choose a version of com.oracle.coherence.ce : pof-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
23.03.x
pof-maven-plugin-23.03.1
23.03
pof-maven-plugin-23.03
22.09
pof-maven-plugin-22.09
22.06.x
pof-maven-plugin-22.06.5
pof-maven-plugin-22.06.4
pof-maven-plugin-22.06.3
pof-maven-plugin-22.06.2
pof-maven-plugin-22.06.1
22.06
pof-maven-plugin-22.06
21.12.x
pof-maven-plugin-21.12.7
pof-maven-plugin-21.12.6
pof-maven-plugin-21.12.5
pof-maven-plugin-21.12.4
pof-maven-plugin-21.12.3
pof-maven-plugin-21.12.2
pof-maven-plugin-21.12.1
21.12
pof-maven-plugin-21.12
21.06.x
pof-maven-plugin-21.06.2
pof-maven-plugin-21.06.1
21.06
pof-maven-plugin-21.06
pof-maven-plugin-21.06-M2
pof-maven-plugin-21.06-M1
20.12.x
pof-maven-plugin-20.12.2
pof-maven-plugin-20.12.1
20.12
pof-maven-plugin-20.12
20.06.x
pof-maven-plugin-20.06.1
20.06
pof-maven-plugin-20.06

How to add a plugin to Maven

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

<plugin>
    <groupId>com.oracle.coherence.ce</groupId>
    <artifactId>pof-maven-plugin</artifactId>
    <version>23.03.1</version>
</plugin>

Advertisement