Skip to content

Commit 8234dfa

Browse files
committed
usage: Fix classpath issue for usage server
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 7401b06 commit 8234dfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

usage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
<arguments/>
167167
<systemProperties>
168168
<systemProperty>
169-
<key>pid</key>
170-
<value>$$</value>
169+
<key>catalina.home</key>
170+
<value>${project.parent.basedir}/utils</value>
171171
</systemProperty>
172172
</systemProperties>
173173
</configuration>

0 commit comments

Comments
 (0)