MVN

net.adamcin : blunderbuss-maven-plugin

Maven & Gradle

Jul 07, 2020
2 stars

Blunderbuss Maven Plugin · Blunderbuss Maven Plugin - Fire off all your cached artifacts to a remote maven repository.

<plugin>
    <groupId>net.adamcin</groupId>
    <artifactId>blunderbuss-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.adamcin : blunderbuss-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of net.adamcin : blunderbuss-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
blunderbuss-maven-plugin-0.4.0
0.3.x
blunderbuss-maven-plugin-0.3.0
0.2.x
blunderbuss-maven-plugin-0.2.0
0.1.x
blunderbuss-maven-plugin-0.1.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>net.adamcin</groupId>
    <artifactId>blunderbuss-maven-plugin</artifactId>
    <version>0.4.0</version>
</plugin>

Advertisement