Maven multi module setup with spring boot

2016-11-16 Thread Kevin Duffey
Hello there, I am fairly new to using Maven having mostly done it through IDE or using Ant. We are using Spring Boot, and their 1.4.x update changed the structure of their FAT jar mechanism such that many libraries that also scan for classes broke. There is a work around, basically it requires

How best to use profiles and modules for different build purposes

2017-08-16 Thread Kevin Duffey
Hi all, I am working on a project where we have set up modules to manage components better, such as common code, logging, server side, api, etc. It has thus far worked out very nicely. We have one module that is within our entire application and depends on some of the modules (namely api and