vertx-maven-plugin
vertx-maven-plugin copied to clipboard
unable to load alternative langs.properties
I'm trying to provide my own java langs.properties
in my project, but when executed via vertx:run the langs.properties
in the plugin is always picked.
Right now I've simply dropped my langs.properties
in src/main/resources
. Is there an alternative way of doing this?
Can I ask what the difference is in your lang.properties? How come you need a different one?
I'd like to replace the JavaVerticleFactory with one that uses guice.
On 15 Nov, 2012, at 6:21 PM, rhart [email protected] wrote:
Can I ask what the difference is in your lang.properties? How come you need a different one?
— Reply to this email directly or view it on GitHub.
Ahh I see. I will have a look into what can be done.
Havent found an easy way around this yet. If you get any ideas let me know :)