How to change set of maven goals when delegating build action to maven
已回答
Hi guys,
I have configured my build actions to be run by maven by checking Build,Execution,Deployment > Build Tools > Maven > Runner > Delegate IDE build/run actions to maven option. When I build a module, then it runs if following goals - clean, install, non-recursive. I have the Execute goals recursively option enabled, so it should not append the non-recursive goal but it does nonetheless.
Is there an additional option that makes it possible to change set of running goals when delegating build to maven and how can I configure it?
Best regards,
请先登录再写评论。
Hello,
We have similar request on YouTrack: https://youtrack.jetbrains.com/issue/IDEA-198358
Feel free to add comments in it or create separate request for your case.