mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Testing: Add bin to jvm-example
This will be useful in testing the plugin installer. Relates to #12651
This commit is contained in:
parent
db1e83884f
commit
fc954216e3
@ -17,6 +17,10 @@
|
||||
<directory>src/main/config</directory>
|
||||
<outputDirectory>config</outputDirectory>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>src/main/bin</directory>
|
||||
<outputDirectory>bin</outputDirectory>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
<dependencySets>
|
||||
<dependencySet>
|
||||
|
3
plugins/jvm-example/src/main/bin/test
Executable file
3
plugins/jvm-example/src/main/bin/test
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo test
|
BIN
plugins/jvm-example/src/main/bin/test.bat
Normal file
BIN
plugins/jvm-example/src/main/bin/test.bat
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user