add jitpack.yml, make the jitpack can build this project correctly, so other project can dependent the submodules

This commit is contained in:
shuang 2019-06-14 19:33:26 +08:00
parent 9ed42f9b37
commit dd310501da

3
jitpack.yml Normal file
View File

@ -0,0 +1,3 @@
install:
- echo "Running a custom install command"
- ./mvn.sh clean install -pl .,obp-commons && ./mvn.sh install -DskipTests -pl obp-api