usethesource / rascal-maven-plugin

The Maven plugin for Rascal checking, compilation, testing, code generation applications integration and documentation generation.
2 stars 2 forks source link

Fixed bug that would hide the failure of the nested jvm #20

Closed DavyLandman closed 4 months ago

DavyLandman commented 4 months ago

This should avoid maven ignoring a failure in the generate-sources phase

DavyLandman commented 4 months ago

I've tested it, and indeed this stops hiding a crash in the generate-sources phase.