Hi

Okay I got it working, you can now run

mvn -Dmaven.test.skip.exec=true clean install

And then later

mvn test

I logged a ticket
https://issues.apache.org/jira/browse/CAMEL-12303

Will push a fix shortly, but runs a bit more testing.

Notice that we likely have the same issue in camel-blueprint so will
look at that guy afterwards

On Wed, Feb 28, 2018 at 10:56 AM, Claus Ibsen <claus.ib...@gmail.com> wrote:
> Hi Zoran
>
> I am taking a look, and currently trying to improve the eip-document
> enricher to do the schema1 copy itself so we can avoid this ant-task
> in the pom.xml
>
> On Tue, Feb 27, 2018 at 6:23 PM, Zoran Regvart <zo...@regvart.com> wrote:
>> 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
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to