You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use EclipseRunner to launch my Maven targets. I have setup generic targets that use the ${project_loc} variable in the Base Directory to work on any of my Maven projects. Typically, I select the project in the Navigator or Package Explorer view, then use the run target dropdown to pick a Favorite target. The focus remains on the original view so ${project_loc} gets filled in correctly. I have many targets setup for running different phases, with various profiles as needed.
When I try to use this plugin, the focus is now on the Eclipse Runner View and the ${project_loc} no longer works.
If you know of a workaround, I would appreciate it, but ideally I'd like the focus to be set so Eclipse variables work.
The text was updated successfully, but these errors were encountered:
I would like to use EclipseRunner to launch my Maven targets. I have setup generic targets that use the ${project_loc} variable in the Base Directory to work on any of my Maven projects. Typically, I select the project in the Navigator or Package Explorer view, then use the run target dropdown to pick a Favorite target. The focus remains on the original view so ${project_loc} gets filled in correctly. I have many targets setup for running different phases, with various profiles as needed.
When I try to use this plugin, the focus is now on the Eclipse Runner View and the ${project_loc} no longer works.
If you know of a workaround, I would appreciate it, but ideally I'd like the focus to be set so Eclipse variables work.
The text was updated successfully, but these errors were encountered: