Hello, I have started playing with Maven 4 alpha-3 (I want to be ready when it is released :)) and I am getting quite a few errors on projects I participate on. For example:
'repositories.repository.[releases].url' contains an expression but should > be a constant. @ line 76, column 18 > This is likely an error on my side and I am going to fix it. However it would be nice to know for sure that this new validation is really an intended change. Is there some changelog, list of breaking changes or draft of migration guide or is that something you will / might create later on? Thank you, Pavel P.S.: I am also getting enforcer error for missing version of maven-wrapper-plugin and that does not feel correct (I know Maven 4 is integrated with wrapper, but I am not defining nor using that plugin).