>>>>> Steinar Bang <s...@dod.no>:

>> What do you mean by "Maven build abrubtly terminates"?

> Here's the output of "mvn clean install" on the project. Maven build
> ends on line 26 with no error message:
>  https://gist.github.com/steinarb/12596b7771bc2d0e2a3835292b07329e

[snip!]
>> As your gist does not qualify as a reproducer, because I cannot just
>> download and execute it without errors out of context, would you
>> please create a stand-alone reproducer on GitHub and link to it from
>> this thread? The maintainers and maybe I can then take a closer look.

> Ok, I will try to create a simple repro case.

Here is a repro case as simple as I could make it:
 https://github.com/steinarb/convert-xsd-to-rnc

Clone and run with "mvn install"

The maven build ends (for me) as abruptly as the above gist after the
second <execution> in the exec-maven-plugin config.

The <execution> of trang is run to completion (which I can see since
target/dbchangelog-4.31.rnc have been created), but maven stops and
there is no error message as would have been expected for a non 0 return
value of Driver.doMain().

My platform:
 debian 12.10 "bookworm", amd64
 openjdk java 20.0.4
 maven 3.8.7


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to