idea-plugin | default target 'idea-plugin:build' |
idea-plugin:help | Display help |
idea-plugin:dist | Make a plugin distribution: jar or zip file (if the plug-in has external dependencies) |
idea-plugin:build | Build IDEA plugin into ${maven.idea_plugin.build.dir} |
idea-plugin:install |
Install the plugin in the user's plugins dir.
NB : IDEA must be closed before using install
|
idea-plugin:uninstall |
Uninstall all versions of the plugin from the user's plugins dir.
NB : IDEA must be closed before using uninstall
|