I just discovered a complex problem with maven that was caused by a bad property value.
A property is the path to an alternative JVM that is used by the test at runtime. I would like to make maven earlier, finding that the path is valid or not. What could be for this?
I plan to dig into antrun to see if there is a way to make it first so that it can check, but this seems like an overkill.
Question : How can I do this cleanly and simply?
source share