Hi all, every few days when I pull in some changes from master, IntelliJ lose my “enabled profiles” selection and with it the “get-jar-with-dependencies” profile. Then all of my IntelliJ DB connections fail because the jar is no longer being built.
How about we add the fat-jar stuff to modules such as the JDBC permanently? Currently, if enabled we build many, many fat jars, even where it doesn’t really make any sense. I would propose to clean up the build: Remove the global fat-jar profile and simply add the fat-jar creation to those modules, where it makes sense: * JDBC * CLI * ??? What do you think? Chris