diff options
author | Pierre Rioux <pierre.rioux@amdocs.com> | 2019-10-15 15:04:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-15 15:04:38 +0000 |
commit | 1427488ec214a6605cbe2270206157710aa6f37e (patch) | |
tree | 0878a39eee93d4b486b6f7508c1575dcb1be6dd4 | |
parent | cd94975fb92115516f73e4dce463d7f589c086e2 (diff) | |
parent | 41d6d98282ad2a499a71e2595ba029bd82fbcf22 (diff) |
Merge "Changing Goal to identify Base Dir"
-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> |