diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-10-08 13:32:35 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-10-08 13:32:35 -0400 |
commit | 41d6d98282ad2a499a71e2595ba029bd82fbcf22 (patch) | |
tree | 8e0b58bf5b02ca73129180531b4a31321c241781 | |
parent | 2ef607c851f540a5a6172f73dcab9c26dd7b4751 (diff) |
Changing Goal to identify Base Dir
Changing directory-maven-plugin goal to highest-basedir to identify root directory
Issue-ID: LOG-1162
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I64062cc8dfaa079ae03ec648baeb42ce20416ad5
-rw-r--r-- | reference/logging-filter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reference/logging-filter/pom.xml b/reference/logging-filter/pom.xml index aef2e19..9cc79b7 100644 --- a/reference/logging-filter/pom.xml +++ b/reference/logging-filter/pom.xml @@ -114,7 +114,7 @@ <phase>validate</phase> <id>directories</id> <goals> - <goal>execution-root</goal> + <goal>highest-basedir</goal> </goals> <configuration> <property>baseDirPath</property> |