diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index 30374136a4..47c39c4127 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -30,6 +30,13 @@ it0008: Simple goal decoration where a preGoal belongs to a plugin that must it0009: Simple goal decoration where a postGoal belongs to a plugin that must be downloaded from a remote repository before it can be executed. + +it0010: Since the artifact resolution does not use the project builder, we must + ensure that the full hierarchy of all dependencies is resolved. This + includes the dependencies of the parent-pom's of dependencies. This test + will check this, by depending on classworlds, which is a dependency of + maven-component, which is the parent of maven-plugin, which is an + explicit dependency of this test. ------------------------------------------------------------------------------- diff --git a/maven-core-it/integration-tests.txt b/maven-core-it/integration-tests.txt index 0820e33138..33136578b4 100644 --- a/maven-core-it/integration-tests.txt +++ b/maven-core-it/integration-tests.txt @@ -8,3 +8,4 @@ it0006 it0007 it0008 it0009 +it0010