Overview

This Maven plugin is a helper plugin for running and debugging Maven projects from the IDEs. It can be also used independently.

It provides goals for running the whole project or single classes, debug the project, single classes, test suite or single tests.

Versions

Latest version available for download is 0.3. The 0.2 version is currently installed for you automatically by the Mevenide Netbeans support.

Installing

To install the plugin manually, please add the http://mevenide.codehaus.org/repository to your maven.repo.remote parameter. And use the plugin:download maven goal to install the plugin.

    maven -DartifactId=maven-mevenide-plugin -DgroupId=mevenide -Dversion=VERSION plugin:download