[MNG-4148] Apply profiles from settings.xml to POMs built from the repository

o Disabled IT for Maven 3.x, see also http://www.mail-archive.com/dev@maven.apache.org/msg82166.html

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@830184 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-27 13:39:44 +00:00
parent 846cd8f833
commit 9e64a4c63f

View File

@ -34,7 +34,8 @@ public class MavenITmng4148DepPomInterpWithSettingsProfilesTest
public MavenITmng4148DepPomInterpWithSettingsProfilesTest()
{
super( "(2.2.1,]" );
// TODO: Disabled for 3.x due to its controversial effects, see also http://www.mail-archive.com/dev@maven.apache.org/msg82166.html
super( "(2.2.1,3.0-alpha-1)" );
}
/**