This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 304720e feature(build): support jitpack.io 304720e is described below commit 304720e5728e37224d4edc9acd63caa3f7bca591 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Mon Feb 11 10:44:58 2019 +0100 feature(build): support jitpack.io --- .jitpack.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.jitpack.yml b/.jitpack.yml new file mode 100644 index 0000000..8391872 --- /dev/null +++ b/.jitpack.yml @@ -0,0 +1,5 @@ +jdk: + - openjdk8 +install: + - echo "Build Camel K " + - ./mvnw clean install -f ./runtime/pom.xml