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 项目,我想知道当我这样做时激活了哪些 maven 配置文件mvn install。
mvn install
如何找到这个?
您可以使用以下方法简单地检查:
mvn help:active-profiles
这会有所帮助
有关更多详细信息,请参阅 Maven 构建配置文件
启用调试模式
mvn -X install