Maven variable for reactor root

后端 未结 7 1695
攒了一身酷
攒了一身酷 2020-12-07 22:41

In a multi-module maven project, is there a variable that points to the root project folder?

  • ${project.basedir} points to the current project\'s d
7条回答
  •  春和景丽
    2020-12-07 22:59

    Such property can be created using: directory-maven-plugin. Using the plugin's highest-basedir goal you can assign the root path to any property you specify.

提交回复
热议问题