Re: How do exec:java on a mainclass that calls System.exit() without terminating the maven build?
Steinar Bang <[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Organization | Probably a good idea |
| Message-ID | <[email protected]> |
>>>>> Thomas Broyer <[email protected]>: > Use exec:exec instead: > https://www.mojohaus.org/exec-maven-plugin/examples/example-exec-for-java-programs.html I don't wish to start a separate process for to convert schemas, so this isn't an option for me. But thanks for responding.