mirror of
https://github.com/apache/maven.git
synced 2025-02-23 02:15:50 +00:00
Fixed ITs to not fail: - assert only for content, neglect and possible indentation - do not assert what is NOT warn logged, as later we may log more (IT would be not future proof) Tested with 3.9.1 and 3.9.2-SNAPSHOT w/ https://github.com/apache/maven/pull/1079 Both passes OK MNG-7754 changes how plugin validation errors are reported (at end and as a dense report), so ITs needs a bit of lax re formatting and indentation and such. --- https://issues.apache.org/jira/browse/MNG-7754