How to execute a custom-java-class-file-processor after IntelliJ's compilation?
Planned
We have created a maven-plugin which executes a custom processor working on java-class files and modifying them after the maven compile step.
How can we hook into IntelliJ's compile phase so this custom-processor can be invoked after IntelliJ has compiled the project's java files?
Please sign in to leave a comment.