Usage
The Basher Plugin can be invoked by calling the basher:initiate-run phase of the build.
mvn basher:initiate-run
The following provides the basic configuration required for using the Maven Basher plugin.
<project> ... <build> <plugins> <plugin> <groupId>net.sourceforge.basher</groupId> <artifactId>maven-basher-plugin</artifactId> <version>${currentVersion}</version> <configuration> <!-- put your configurations here --> </configuration> </plugin> </plugins> </build> ... </project>