MVN

org.bitbucket.mtngroup : apigee-maven-plugin

Maven & Gradle

Aug 27, 2019

Apigee Proxy Deploy Maven Plugin · Maven plugin used to automatically deploy proxies to apigee

<plugin>
    <groupId>org.bitbucket.mtngroup</groupId>
    <artifactId>apigee-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.mtngroup : apigee-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.bitbucket.mtngroup : apigee-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
apigee-maven-plugin-1.1

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.bitbucket.mtngroup</groupId>
    <artifactId>apigee-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Advertisement