Am 12/15/16 um 22:49 schrieb Michael Osipov: > I would expect a VALIDATION_LEVEL_MAVEN_3_4 with VALIDATION_LEVEL_STRICT > = VALIDATION_LEVEL_MAVEN_3_1. All spots which say Severity errOn31 = > getSeverity( request, ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_3_1 ); > must be turned into Severity errOn34 = getSeverity( request, > ModelBuildingRequest.VALIDATION_LEVEL_MAVEN_3_4 ); because 3_1 has never > been enforced starting with 3.1. > > Christian, can you have a look and cleanup accordingly?
Seems this had been planned to be done in Maven 3.1 during development of Maven 3.0 but then has never been done. I just kept the constants that way. We could update all of that to 3.4 so you never see any reference to 3.1 anymore. Is it that what you find confusion or is it the error you would like to be kept a warning? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
