MVN

com.carrotgarden.maven : bintray-maven-plugin

Maven & Gradle

Nov 13, 2019
2 stars

Bintray Maven Plugin · Deploy Maven project artifacts to existing Bintray Maven repository. Upload Eclipse P2 repository artifacts to existing Bintray Eclipse repository.

<plugin>
    <groupId>com.carrotgarden.maven</groupId>
    <artifactId>bintray-maven-plugin</artifactId>
    <version>1.5.20191113165555</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.carrotgarden.maven : bintray-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5.20191113165555

All Versions

Choose a version of com.carrotgarden.maven : bintray-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
bintray-maven-plugin-1.5.20191113165555
1.4.x
bintray-maven-plugin-1.4.20190427204453
1.3.x
bintray-maven-plugin-1.3.20180612164212
1.2.x
bintray-maven-plugin-1.2.20180117184439
1.1.x
bintray-maven-plugin-1.1.20171202224405
1.0.x
bintray-maven-plugin-1.0.20171128181137

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.carrotgarden.maven</groupId>
    <artifactId>bintray-maven-plugin</artifactId>
    <version>1.5.20191113165555</version>
</plugin>