[JVM] How to add custom resources into output jar

Okay, I made a maven plugin which makes maven call the haxe compiler to produce the required bytecodes. (Normally maven calls the java compiler)

In that case I am able to make use of the entire maven build tool, including resource bundling mentioned in the OP. So I would say the problem is solved for now.

2 Likes