Maven: Overview for the values of Maven properties

后端 未结 5 1865
野性不改
野性不改 2020-12-08 04:31

I would like to find out the values of all Maven properties as they apply to some Maven project.
mvn help:system lists OS environment variables and

5条回答
  •  囚心锁ツ
    2020-12-08 04:51

    I don't know how to get them "officially", but here is a workaround. Add maven-antrun-plugin to your project and run mvn test -X. The plugin will show all properties passed to it from Maven. The list looks complete to me.

提交回复
热议问题