This commit is contained in:
Zoltan Haindrich 2024-06-10 14:05:03 +00:00
parent d75dcea4dc
commit 0bcfec4c53
1 changed files with 8 additions and 5 deletions

View File

@ -501,15 +501,18 @@
<arguments> <arguments>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath/> <classpath/>
<argument>-Dquidem.uri=Xa</argument> <argument>-Dquidem.uriXXX=Xa</argument>
<!-- <argument>-Xdebug</argument> -->
<!-- <argument>-Xdebug</argument> -->
<!-- <argument>-Xrunjdwp:server=y,transport=dt_socket,address=4000,suspend=y</argument> -->
<argument>org.apache.druid.quidem.Launcher</argument> <argument>org.apache.druid.quidem.Launcher</argument>
</arguments> </arguments>
<systemProperties> <systemProperties>
<projectProperties /> <projectProperties />
<systemProperty> <systemProperty>
<key>quidem.uri</key> <key>quidem.uri1</key>
<value>myvalue</value> <value>myvalue</value>
</systemProperty> </systemProperty>
</systemProperties> </systemProperties>
</configuration> </configuration>
</plugin> </plugin>