We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35e8f9f + 0df8524 commit 7e98b16Copy full SHA for 7e98b16
1 file changed
pom.xml
@@ -29,7 +29,7 @@
29
<artifactId>exec-maven-plugin</artifactId>
30
<configuration>
31
<environmentVariables>
32
- <PUBLIC_PATH>/admin-ui</PUBLIC_PATH>
+ <PUBLIC_URL>/admin-ui</PUBLIC_URL>
33
</environmentVariables>
34
</configuration>
35
<executions>
@@ -84,7 +84,7 @@
84
<nodeVersion>${nodejs.version}</nodeVersion>
85
<installDirectory>target</installDirectory>
86
87
88
89
90
0 commit comments