MVN

com.zenofx.maven : marketplace-maven-plugin

Maven & Gradle

Apr 18, 2021

Atlassian Marketplace publishing Maven Plugin · Maven plugin for creating new app versions in the Atlassian Marketplace.

<plugin>
    <groupId>com.zenofx.maven</groupId>
    <artifactId>marketplace-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zenofx.maven : marketplace-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.zenofx.maven : marketplace-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
marketplace-maven-plugin-1.0.1
marketplace-maven-plugin-1.0.0
0.9.x
marketplace-maven-plugin-0.9.1
marketplace-maven-plugin-0.9.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.zenofx.maven</groupId>
    <artifactId>marketplace-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>