Search code examples
intellij-ideaopenjpapost-build-event

Is there post-build event in IntelliJ IDEA?


Is there post-build event in IntelliJ IDEA (11 in my case) ? Oddly I couldn't find it via googling.

I want to perform binary enhancement for my OpenJPA entities before it builds output artifact.


Solution

  • Couldn't get enough votes to close :(

    It works via Ant. Right click on the target in the Ant Panel and specify the condition (After Compilation).