]> source.dussan.org Git - pf4j.git/commitdiff
prepare for maven central repository
authorDecebal Suiu <decebal.suiu@gmail.com>
Tue, 16 Oct 2012 12:17:19 +0000 (15:17 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Tue, 16 Oct 2012 12:17:19 +0000 (15:17 +0300)
run-demo.sh

index bea8ba2ecf74ee8c5d8cc4c90bbcde9f29ace95c..ce68e5bbcc14425174101a8922032b7834b39de7 100755 (executable)
@@ -19,6 +19,6 @@ cp demo/plugin2/target/pf4j-demo-plugin2-*.zip demo-dist/plugins/
 
 # run demo
 cd demo-dist
-java -jar pf4j-demo-app-*.jar
+java -jar pf4j-demo-app-*-SNAPSHOT.jar
 cd -