Skip to content

Commit f069a2e

Browse files
authored
allow WLST directory property to be set in the environment, and in a system property. (#437)
1 parent 906bc47 commit f069a2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
</parent>
1717

1818
<properties>
19-
<unit-test-wlst-dir>SET_VALUE_WITH_DASH_D_OR_SETTINGS_PROFILE</unit-test-wlst-dir>
2019
<!--
2120
Hack to get around Maven bug so that we can inject the build timestamp into the version class
2221
-->

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<sonar.java.source>7</sonar.java.source>
4949
<sonar.exclusions>.flattened-pom.xml,target/**</sonar.exclusions>
5050
<sonar.test.exclusions>src/test/**</sonar.test.exclusions>
51+
<unit-test-wlst-dir>${env.WLST_DIR}</unit-test-wlst-dir>
5152
</properties>
5253

5354
<modules>

0 commit comments

Comments
 (0)