mirror of https://github.com/apache/maven.git
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:
parent
ca071d67e5
commit
cf2354fee5
|
@ -31,6 +31,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.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
- generated sources
|
||||
|
|
|
@ -8,3 +8,4 @@ it0006
|
|||
it0007
|
||||
it0008
|
||||
it0009
|
||||
it0010
|
||||
|
|
Loading…
Reference in New Issue