IntelliJ: Maven project using JibX to run in IntelliJ
I have a multi-module Maven project. One of the projects uses a plugin for
a post compile operation, JibX.
When I run the project (WAR) in Tomcat inside IntelliJ, IntelliJ seems to
override the updated binaries because the Make is invoked.
I tried to add the jibx:bind after the Make in the Run configuration, but
this goal needs to be executed together with the goal compile, otherwise
it does nothing. So in essence the jibx:bind would need to be launched at
the time the Make is done.
How can I achieve that?
No comments:
Post a Comment