I’m trying to figure out the best way to structure my build configuration for my needs:
I have one code base that needs to be built into several (40+) war files/maven artifacts, only differing in a few css-files between them.
Should i go with a multi project configuration or one project capable of building all of the artifacts?