How do I get IntelliJ 10 to deploy a project that uses JiBX?

1.1k views Asked by At

I have a multi module maven project (a war) on of these modules utilized executes a post-compile step to update JiBX bindings.

I would like to use IntelliJ to build and deploy this project. However I can't seem to figure out how to get IntelliJ to kick off the JiBX compiler. Any thoughts?

If it isn't possible to kick off the JiBX compiler, I'd like IntelliJ to treat the module that requires the JiBX compilation step as a "normal" dependency and simply pull the appropriate jar from my local maven repository.

1

There are 1 answers

0
Steve Swing On BEST ANSWER

If you don't have this already... in your IntelliJ run/debug configuration check the "Run Maven Goal" checkbox and choose jibx:bind from the jibx entry under plugins.