We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906bc47 commit f069a2eCopy full SHA for f069a2e
core/pom.xml
@@ -16,7 +16,6 @@
16
</parent>
17
18
<properties>
19
- <unit-test-wlst-dir>SET_VALUE_WITH_DASH_D_OR_SETTINGS_PROFILE</unit-test-wlst-dir>
20
<!--
21
Hack to get around Maven bug so that we can inject the build timestamp into the version class
22
-->
pom.xml
@@ -48,6 +48,7 @@
48
<sonar.java.source>7</sonar.java.source>
49
<sonar.exclusions>.flattened-pom.xml,target/**</sonar.exclusions>
50
<sonar.test.exclusions>src/test/**</sonar.test.exclusions>
51
+ <unit-test-wlst-dir>${env.WLST_DIR}</unit-test-wlst-dir>
52
</properties>
53
54
<modules>
0 commit comments