1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/sunflower-git-pf4j

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
run-demo.bat 689
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Decebal Suiu Отправлено 13.12.2018 23:04 4de0e75
REM
REM This script creates and run the pf4j demo.
REM
REM create artifacts using maven
call mvn clean package -DskipTests
REM create demo-dist folder
rmdir demo-dist /s /q
mkdir demo-dist
mkdir demo-dist\plugins
REM copy artifacts to demo-dist folder
xcopy demo\app\target\pf4j-demo-app-*.zip demo-dist /s /i
xcopy demo\plugins\plugin1\target\*plugin.jar demo-dist\plugins /s
xcopy demo\plugins\plugin2\target\*plugin.jar demo-dist\plugins /s
xcopy demo\plugins\enabled.txt demo-dist\plugins /s
xcopy demo\plugins\disabled.txt demo-dist\plugins /s
cd demo-dist
REM unzip app
unzip pf4j-demo-app-*.zip
rm pf4j-demo-app-*.zip
REM run demo
java -jar pf4j-demo-app-*-SNAPSHOT.jar
cd ..

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/sunflower-git-pf4j.git
git@api.gitlife.ru:oschina-mirror/sunflower-git-pf4j.git
oschina-mirror
sunflower-git-pf4j
sunflower-git-pf4j
master