For example, when I run:
C:\_SVN\myCode>mvn clean test -Dtest=TestSomething -Ddfkasfjkasdjffkjweijfijaskdf=false
the Maven build just does its thing as usual, gives me the same results as if I had made no mispelling at all (AFAICT).
Is there a way to get confirmation that I spelled the property name correctly (or at least input something valid)?
I’m thinking about 2 solutions here: