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 have a project configurator that gets its method configure(ProjectConfigurationRequest, IProgressMonitor) called.
Now I'd like to add a message to the <plugin> element in the pom editor but the SourceLocationHelper requires a Plugin and this is only available in the executions.
Of course I can loop through them and use an arbitrary one, but looking at the XML structure it seems I the Plugin is more a parent of the executions so I wonder if I can access the plugin directly that my configuration is bound to.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a project configurator that gets its method
configure(ProjectConfigurationRequest, IProgressMonitor)
called.Now I'd like to add a message to the
<plugin>
element in the pom editor but theSourceLocationHelper
requires aPlugin
and this is only available in the executions.Of course I can loop through them and use an arbitrary one, but looking at the XML structure it seems I the Plugin is more a parent of the executions so I wonder if I can access the plugin directly that my configuration is bound to.
Beta Was this translation helpful? Give feedback.
All reactions