It it possible to wrap a maven plugin inside the intellij plugin ? Follow
Answered
I have a requirement to add a maven plugin inside the maven project .Also I'm expecting the project to use the intellij plugin , Is it possible to wrap the maven plugin inside the intellij plugin rather user adding the maven plugin manually .
Please sign in to leave a comment.
Sorry, but I'm not sure how that relates to the development of the plugin. Could you please elaborate on that?
I have a separate maven plugin for a few functionalities . Also I'm developing a intellij plugin . The project will use the maven plugin and well as the intellij plugin . Instead of the user manually adding the plugin in pom.xml , Is it possible for the maven plugin to be wrapped inside intellij plugin ?
I still don't understand this idea of wrapping? What's the use case that your plugin is supposed to handle?