mirror of https://github.com/apache/maven.git
[MNG-2357] Add missing it tests
Submitted by: Jerome Lacoste git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
45748e167d
commit
4a80148011
|
@ -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]
|
||||
-------------------------------------------------------------------------------
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue