Skip to content

Commit 58c7b16

Browse files
authored
[MNG-7897] Use project.rootDirectory (#354)
1 parent ea0b4e5 commit 58c7b16

File tree

1 file changed

+1
-1
lines changed
  • core-it-suite/src/test/resources/mng-7038-rootdir

1 file changed

+1
-1
lines changed

core-it-suite/src/test/resources/mng-7038-rootdir/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ under the License.
7474
<id>rootdir-profile-activation</id>
7575
<activation>
7676
<file>
77-
<exists>${rootDirectory}/.mvn/.gitkeep</exists>
77+
<exists>${project.rootDirectory}/.mvn/.gitkeep</exists>
7878
</file>
7979
</activation>
8080
<properties>

0 commit comments

Comments
 (0)