I have a maven desktop application which contains thirdy-party and my own dependencie projects (Business, Repository and GUI). I want to be able to build the application with the below folder structure:
App.jar
AppBusiness.jar
AppRepository.jar
AppGUI.jar
lib(folder)
- the rest of thirdy-party jars in lib folder
(hibernate, jackson, drivers, etc..)
Can I do that?