Maven: Overview for the values of Maven properties

后端 未结 5 1879
野性不改
野性不改 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:55

    Not sure if helps, but I found this when trying to do the same thing:

    mvn com.github.ekryd.echo-maven-plugin:echo-maven-plugin:echo -Decho.message='${project.build.testOutputDirectory}'
    

    From here

提交回复
热议问题