MVN

org.eclipse.persistence : eclipselink-testbuild-plugin

Maven & Gradle

Oct 04, 2022
270 stars

EclipseLink Maven Build Plugin

<plugin>
    <groupId>org.eclipse.persistence</groupId>
    <artifactId>eclipselink-testbuild-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.persistence : eclipselink-testbuild-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.eclipse.persistence : eclipselink-testbuild-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
eclipselink-testbuild-plugin-1.0.0
0.0.x
eclipselink-testbuild-plugin-0.0.10

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.eclipse.persistence</groupId>
    <artifactId>eclipselink-testbuild-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement