assertj-assertions-generator-maven-plugin icon indicating copy to clipboard operation
assertj-assertions-generator-maven-plugin copied to clipboard

Make build fail if assertion classes could not be generated

Open jgerken opened this issue 7 years ago • 1 comments

When the generator plugin fails to create assertion classes (e.g. because of package protected class see #46) the build is not failed by the plugin. The build fails later when compiling the test sources. Since it is already clear at this point that the build will fail later, the plugin should fail the build immediately or at least provide an option to enable the fail-fast behaviour.

jgerken avatar Nov 21 '17 18:11 jgerken

Minor but fair enough

joel-costigliola avatar Nov 21 '17 21:11 joel-costigliola