diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2018-12-13 22:04:32 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2018-12-13 22:04:32 +0200 |
commit | 4de0e754c89eaebeb225ff1c1dd7a423b9264605 (patch) | |
tree | b07e854ff8d134901de7685df5e3adfed2215bb0 /run-demo.sh | |
parent | 224e091115ce8a7b3758c493deb10e88adf4e46a (diff) | |
download | pf4j-4de0e754c89eaebeb225ff1c1dd7a423b9264605.tar.gz pf4j-4de0e754c89eaebeb225ff1c1dd7a423b9264605.zip |
Improve run demo scripts
Diffstat (limited to 'run-demo.sh')
-rwxr-xr-x | run-demo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-demo.sh b/run-demo.sh index b8c5220..a328bec 100755 --- a/run-demo.sh +++ b/run-demo.sh @@ -14,6 +14,8 @@ mkdir -p demo-dist/plugins # copy artifacts to demo-dist folder cp -r demo/app/target/pf4j-demo-*/* demo-dist/ cp demo/plugins/*/target/*plugin.jar demo-dist/plugins/ +cp demo/plugins/enabled.txt demo-dist/plugins/ +cp demo/plugins/disabled.txt demo-dist/plugins/ # run demo cd demo-dist |