-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Maven Lifecycle Mapping view could run plugin executions by double click #1802
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This view is mainly for debugging / informal purpose and list what is executed (or not) automatically during incremental build, what would be your expected behavior on double an/or right click?
You can righ click on the project and Choose Run As (with some predefined shortcuts) or use "Maven Build" to trigger any command from the UI.
See above it is a bit unclear what exactly is the desired behavior. |
the compiler plugin has added an execution which id is "lintAll-compile", and the view list it also, Expect: i can double click this item in the view, m2e could run this execution directly, the same effect as
Expect no need to add |
How is this different from what you already see? e.g. exactly this happens automatically on each change in the project without the need to do anything manually. |
i'm using m2e, i found the Maven Lifecycle Mapping view could list plugin executions in the pom.xml, but there is no UI operations that could trigger execution be invoked neither double click nor right click.
So, i'm wondering, to make these executions listing there could be invoked by click, it can save time we used to operate with command line. Does this operation is practicable?
Usually, plugin executions has a phase to bind by default, or declare a phase to bind manually, when we're coding, if going to execute a plugin execution directly, we can do it in a command line interface.
Thanks.
The text was updated successfully, but these errors were encountered: