Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个由两部分组成的 Maven 项目:一个库和一个演示应用程序。我希望能够添加到库项目并在演示中立即提供更改,而无需重新安装库
所以这就像一个多模块构建的工作,如下所示:
root(pom.xml) +--- library ! +-- pom.xml +---- demo +-- pom.xml
这将解决两件事。首先,在开发库期间,您可以查看演示是否受到某种方式的影响,此外,您可以修复演示文件中的问题,除了整个树应该放入版本控制系统(svn:trunk,git:master ) 来处理版本和更改。