8000 GitHub - s4gh/nb-maven-runner: A Maven sidepanel for the Netbeans IDE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Maven sidepanel for the Netbeans IDE

Notifications You must be signed in to change notification settings

s4gh/nb-maven-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netbeans Maven Runner

This plugin is inspired by the IntelliJ IDEA Maven side panel.

Maven Runner Panel

The Toolbar

Maven Runner Toolbar

The toolbar shows following buttons:

  • Refresh Tree: Refresh the Maven-Runner tree

  • Run Project: Runs the project currently selected in the Maven Runner

  • Debug Project: Debugs the project currently selected in the Maven Runner

  • Build Project: Builds the project currently selected in the Maven Runner

  • Clean and Build Project: Rebuild the project currently selected in the Maven Runner

  • Expand all: Expands all nodes in the Maven Runner

  • Collapse all: Collapse all nodes in the Maven Runner

Profiles

This node contains all declared profiles (pom.xml, settings.xml and configurations). The currently active profiles are marked with a selected checkbox.

Maven Runner Profiles

Actions

The Actions node contains the IDEs default actions Run, Debug, Build, Clean and Build, all the actions you have declared in the project and the action have defined in the Netbeans Maven options. You can run any action by double click.

Maven Runner Actions

Like the Lifecycle, the declared actions have a context menu, where you can change the behavior of the execution.

Maven Runner Action Menu

If you use the Execute Goal With Modifiers... you get the same dialog as in the Maven project context menu.

Maven Runner Goal Modifier

You find this behavior on all Goals (Actions, Lifecycle, Plugins).

Lifecycle

The Lifecycle node contains all phases of the Maven lifecycle to which a goal is bound. You can see the bound goals in the tool tip.

Maven Runner Lifecycle Tooltip

Plugins

This node contains the plugins and their goals. Each goal have a context menu entry Show Documentation...

Maven Runner Show Documentation

which shows the documentation of the plugin goal in the Output panel.

Maven Runner Documentation Output

Changelog

1.0.0

  • First Version

About

A Maven sidepanel for the Netbeans IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0