o Added it0010 integration test.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2004-11-03 22:54:46 +00:00
parent ca071d67e5
commit cf2354fee5
2 changed files with 8 additions and 0 deletions

View File

@ -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.
-------------------------------------------------------------------------------

View File

@ -8,3 +8,4 @@ it0006
it0007
it0008
it0009
it0010