我有一个maven桌面应用程序,其中包含第三方和我自己的依赖项目(业务,存储库和GUI)。我希望能够使用以下文件夹结构来构建应用程序:
App.jar
AppBusiness.jar
AppRepository.jar
AppGUI.jar
lib(folder)
- the rest of thirdy-party jars in lib folder
(hibernate, jackson, drivers, etc..)
我可以这样做吗?