1
0
mirror of https://github.com/apache/maven.git synced 2025-03-05 16:19:24 +00:00

[MNG-7401] [MNG-7474] Remove unused commented code

This commit is contained in:
Guillaume Nodet 2022-08-23 11:54:18 +02:00
parent e02e0c84ce
commit 631f1c7611

@ -44,13 +44,6 @@ public class LifecycleModuleBuilderTest
{
@Inject
PlexusContainer container;
// @Override
// protected void customizeContainerConfiguration( ContainerConfiguration configuration )
// {
// configuration.setAutoWiring( true );
// configuration.setClassPathScanning( PlexusConstants.SCANNING_INDEX );
//
// }
@Test
public void testCurrentProject() throws Exception