简体   繁体   中英

how to list all maven profiles defined in project including all sub modules?

我有很多子模块的项目,我只是好奇是否可以通过命令行列出项目和子模块中定义的所有配置文件?

I think you can use mvn help:all-profiles . This command would list out all profiles in each project. And you can see more details at Maven Help Plugin

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM