标签: maven module pom.xml
我的想法是遵循命名惯例,我有很多Maven项目,即:
是否可以动态加载超级POM中的所有模块,即:
<modules> <module>project*</module> </modules>
我想避免手动引用超级POM中的所有项目名称。
谢谢