This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a change to branch MNG-7063
in repository https://gitbox.apache.org/repos/asf/maven.git.
at 84fa85e Fix failing integration tests
This branch includes the following new commits:
new 6e442c3 Remove condition which is always true
new 0147845 Make sure ModelCacheTag.FILEMODEL is always and only used in
readModel()
new 8b4a5ed Break the readModel method into smaller methods
new 43db833 Move the ModelCacheTag usage to the ModelCache interface
new ede4cf0 Break the importDependencyManagement method into smaller
methods
new 6456668 Do not use a "persistent" cache which is the root cause
MNG-6530
new 4b358bf Avoid calling getParentPomFile twice
new 9674e74 Avoid code duplication
new ba53362 Avoid useless anonymous classes
new b3e3ba6 Fix indentation
new c5360a4 Use local variables
new cefd2d2 Reuse existing methods to avoid code duplication
new 3b1d902 Simplify readParent()
new ebd4dd9 Remove unneeded @SupressWarnings
new 76ec9ae RAW models are not queried by GAV anymore, so no need to
store them that way
new ed0ea84 Reuse the original request
new 8f92fa6 Extract FileToRawModelMerger
new 84fa85e Fix failing integration tests
The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.