MVN

net.sourceforge.basher : maven-basher-plugin

Maven & Gradle

May 07, 2010

Maven Basher Plugin · A plugin for Maven that enables the running of Basher as part of the normal build cycle.

<plugin>
    <groupId>net.sourceforge.basher</groupId>
    <artifactId>maven-basher-plugin</artifactId>
    <version>1.0.13</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.basher : maven-basher-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of net.sourceforge.basher : maven-basher-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-basher-plugin-1.0.13
maven-basher-plugin-1.0.12
maven-basher-plugin-1.0.11
maven-basher-plugin-1.0.10
maven-basher-plugin-1.0.9
maven-basher-plugin-1.0.8
maven-basher-plugin-1.0.7
maven-basher-plugin-1.0.5
maven-basher-plugin-1.0.4
maven-basher-plugin-1.0.3

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.sourceforge.basher</groupId>
    <artifactId>maven-basher-plugin</artifactId>
    <version>1.0.13</version>
</plugin>