Skip to content

Commit

Permalink
Testing: Add bin to jvm-example
Browse files Browse the repository at this point in the history
This will be useful in testing the plugin installer.

Relates to elastic#12651
  • Loading branch information
nik9000 committed Aug 14, 2015
1 parent db1e838 commit fc95421
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/jvm-example/src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 3 additions & 0 deletions plugins/jvm-example/src/main/bin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

echo test
1 change: 1 addition & 0 deletions plugins/jvm-example/src/main/bin/test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo test

0 comments on commit fc95421

Please sign in to comment.