MVN

com.goldmansachs.obevo : obevo-maven-plugin

Maven & Gradle

Feb 10, 2021
2 usages
223 stars

Obevo Maven Plugin · POM module containing the dependencyManagement section for the modules of Obevo. All Obevo modules except obevo-bom should inherit from this. We separate obevo-bom from this so that clients can depend on the BOM without pulling in third-party dependencies.

<plugin>
    <groupId>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-maven-plugin</artifactId>
    <version>8.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.goldmansachs.obevo : obevo-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 8.2.1

All Versions

Choose a version of com.goldmansachs.obevo : obevo-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
8.2.x
obevo-maven-plugin-8.2.1
obevo-maven-plugin-8.2.0
8.1.x
obevo-maven-plugin-8.1.1
obevo-maven-plugin-8.1.0
8.0.x
obevo-maven-plugin-8.0.0
7.2.x
obevo-maven-plugin-7.2.0
7.1.x
obevo-maven-plugin-7.1.0
7.0.x
obevo-maven-plugin-7.0.2
obevo-maven-plugin-7.0.1
obevo-maven-plugin-7.0.0
6.6.x
obevo-maven-plugin-6.6.1
obevo-maven-plugin-6.6.0
6.5.x
obevo-maven-plugin-6.5.2
obevo-maven-plugin-6.5.1
obevo-maven-plugin-6.5.0
6.4.x
obevo-maven-plugin-6.4.0
6.3.x
obevo-maven-plugin-6.3.0
6.2.x
obevo-maven-plugin-6.2.2
obevo-maven-plugin-6.2.1
obevo-maven-plugin-6.2.0
6.1.x
obevo-maven-plugin-6.1.0
6.0.x
obevo-maven-plugin-6.0.1
obevo-maven-plugin-6.0.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>com.goldmansachs.obevo</groupId>
    <artifactId>obevo-maven-plugin</artifactId>
    <version>8.2.1</version>
</plugin>

Advertisement