Hi Cameleers,
I've been testing and cherry-picking commits that help with the
pipeline build[1] from `jenkins-pipeline` branch to `master`.

I was hoping on having a pipeline that would fail as soon as possible
by executing in turn build, checks, tests; so we don't wait for the
whole build to finish to find out if compile, checkstyle or test
fails.

Right now I'm stuck on an issue with Spring XSD, that I thought I
would workaround by simple `if` in the embedded Ant[2]. This isn't
working out.

I was hoping that `mvn -Dmaven.test.skip.exec=true clean install`
followed by `mvn test` would work, but it fails. Can someone take a
look and help me out?

Of course simple solution would be to run `install` goal with tests
enabled -- I was hoping on avoiding that...

Thanks :)

zoran

[1] https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel/
[2] 
https://github.com/apache/camel/commit/9fbfad95b12a02c94578641798128dfb75fa0b67
-- 
Zoran Regvart

Reply via email to