diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index 0bf975244f..c5d4e7c217 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -293,6 +293,10 @@ it0104: Verify that plugin configurations are resolved correctly, particularly when they contain ${project.build.directory} in the string value of a Map.Entry. +it0105: MRESOURCES-18 + +it0106: When a project has modules and its parent is not preinstalled [MNG-2318] + it0107: Verify that default implementation of an implementation for a complex object works as expected [MNG-2293] ------------------------------------------------------------------------------- diff --git a/maven-core-it/integration-tests.txt b/maven-core-it/integration-tests.txt index 8a200a31bf..8cf41ff9b6 100644 --- a/maven-core-it/integration-tests.txt +++ b/maven-core-it/integration-tests.txt @@ -1,4 +1,6 @@ it0107 +#it0106 MNG-2318 not yet fixed +it0105 #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version. it0103 it0102