Usage
Add the plugin to your project
Adding the plugin to your POM will allow you to use its goals in your build:
<build>
<plugins>
…
<plugin>
<groupId>com.github.koraktor</groupId>
<artifactId>mavanagaiata</artifactId>
<version>1.1.0</version>
</plugin>
…
</plugins>
</build>
Command-line usage
You may also call some of the goals directly from the command-line:
$ mvn com.github.koraktor:mavanagaiata:changelog
You can see a list of all available goals here or via
the help
goal:
$ mvn com.github.koraktor:mavanagaiata:help