This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 1ed76d6 CAMEL-10671: Adding Camel example project for the Ceylon JVM language (closes #2319) 1ed76d6 is described below commit 1ed76d66a023495b3dfe802cbd7d71a8890893f2 Author: Dimitrios Liapis <dimitri...@gmail.com> AuthorDate: Sun May 6 02:07:01 2018 +0200 CAMEL-10671: Adding Camel example project for the Ceylon JVM language (closes #2319) Fixing broken build by skipping test phase as there are no tests anyway --- examples/camel-example-ceylon/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/camel-example-ceylon/pom.xml b/examples/camel-example-ceylon/pom.xml index d794894..3e9a1ec 100644 --- a/examples/camel-example-ceylon/pom.xml +++ b/examples/camel-example-ceylon/pom.xml @@ -36,6 +36,7 @@ <properties> <category>Other Languages</category> <ceylon.version>1.3.3</ceylon.version> + <skipTests>true</skipTests> </properties> <dependencies> -- To stop receiving notification emails like this one, please contact pascalschumac...@apache.org.