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>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo test
|
|
@ -0,0 +1 @@
|
|||
echo test
|
Loading…
Reference in New Issue