mirror of https://github.com/apache/maven.git
constructors must be public to avoid warnings in test run and wasn't working for single tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@744504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b7abb7d681
commit
839ac6a5ca
|
@ -28,7 +28,7 @@ public class MavenIT0007Test
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
protected MavenIT0007Test()
|
||||
public MavenIT0007Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ public class MavenIT0008Test
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
protected MavenIT0008Test()
|
||||
public MavenIT0008Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ public class MavenIT0009Test
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
protected MavenIT0009Test()
|
||||
public MavenIT0009Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.List;
|
|||
public class MavenIT0010Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0010Test()
|
||||
public MavenIT0010Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.List;
|
|||
public class MavenIT0011Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0011Test()
|
||||
public MavenIT0011Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0012Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0012Test()
|
||||
public MavenIT0012Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0018Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0018Test()
|
||||
public MavenIT0018Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0019Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0019Test()
|
||||
public MavenIT0019Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0021Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0021Test()
|
||||
public MavenIT0021Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0023Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0023Test()
|
||||
public MavenIT0023Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0024Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0024Test()
|
||||
public MavenIT0024Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0025Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0025Test()
|
||||
public MavenIT0025Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0030Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0030Test()
|
||||
public MavenIT0030Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0032Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0032Test()
|
||||
public MavenIT0032Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0036Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0036Test()
|
||||
public MavenIT0036Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0037Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0037Test()
|
||||
public MavenIT0037Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0038Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0038Test()
|
||||
public MavenIT0038Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0039Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0039Test()
|
||||
public MavenIT0039Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ public class MavenIT0040Test
|
|||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
||||
protected MavenIT0040Test()
|
||||
public MavenIT0040Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0041Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0041Test()
|
||||
public MavenIT0041Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0052Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0052Test()
|
||||
public MavenIT0052Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0056Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0056Test()
|
||||
public MavenIT0056Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.List;
|
|||
public class MavenIT0063Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0063Test()
|
||||
public MavenIT0063Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenIT0064Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0064Test()
|
||||
public MavenIT0064Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenIT0071Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0071Test()
|
||||
public MavenIT0071Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenIT0072Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0072Test()
|
||||
public MavenIT0072Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Collection;
|
|||
public class MavenIT0085Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0085Test()
|
||||
public MavenIT0085Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.Properties;
|
|||
public class MavenIT0090Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0090Test()
|
||||
public MavenIT0090Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ import java.util.Locale;
|
|||
public class MavenIT0108SnapshotUpdateTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0108SnapshotUpdateTest()
|
||||
public MavenIT0108SnapshotUpdateTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Map;
|
|||
public class MavenIT0109ReleaseUpdateTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0109ReleaseUpdateTest()
|
||||
public MavenIT0109ReleaseUpdateTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.util.Properties;
|
|||
public class MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest()
|
||||
public MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.util.Properties;
|
|||
public class MavenIT0139Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0139Test()
|
||||
public MavenIT0139Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.util.Properties;
|
|||
public class MavenIT0140Test
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenIT0140Test()
|
||||
public MavenIT0140Test()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ public class MavenIT0142DirectDependencyScopesTest
|
|||
* NOTE: Class path ordering is another issue (MNG-1412), so we merely check set containment here.
|
||||
*/
|
||||
|
||||
protected MavenIT0142DirectDependencyScopesTest()
|
||||
public MavenIT0142DirectDependencyScopesTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.io.File;
|
|||
public class MavenITBootstrapTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITBootstrapTest()
|
||||
public MavenITBootstrapTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0095ReactorFailureBehaviorTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0095ReactorFailureBehaviorTest()
|
||||
public MavenITmng0095ReactorFailureBehaviorTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
|||
public class MavenITmng0249ResolveDepsFromReactorTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0249ResolveDepsFromReactorTest()
|
||||
public MavenITmng0249ResolveDepsFromReactorTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0282NonReactorExecWhenProjectIndependentTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0282NonReactorExecWhenProjectIndependentTest()
|
||||
public MavenITmng0282NonReactorExecWhenProjectIndependentTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
public class MavenITmng0471CustomLifecycleTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0471CustomLifecycleTest()
|
||||
public MavenITmng0471CustomLifecycleTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng0479OverrideCentralRepoTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0479OverrideCentralRepoTest()
|
||||
public MavenITmng0479OverrideCentralRepoTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0496IgnoreUnknownPluginParametersTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0496IgnoreUnknownPluginParametersTest()
|
||||
public MavenITmng0496IgnoreUnknownPluginParametersTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Collection;
|
|||
public class MavenITmng0505VersionRangeTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0505VersionRangeTest()
|
||||
public MavenITmng0505VersionRangeTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
|||
public class MavenITmng0507ArtifactRelocationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0507ArtifactRelocationTest()
|
||||
public MavenITmng0507ArtifactRelocationTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0522PluginMgmtConfigTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0522PluginMgmtConfigTest()
|
||||
public MavenITmng0522PluginMgmtConfigTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
public class MavenITmng0557UserSettingsCliOptionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0557UserSettingsCliOptionTest()
|
||||
public MavenITmng0557UserSettingsCliOptionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0612NewestConflictResolverTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0612NewestConflictResolverTest()
|
||||
public MavenITmng0612NewestConflictResolverTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
|||
public class MavenITmng0666IgnoreLegacyPomTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0666IgnoreLegacyPomTest()
|
||||
public MavenITmng0666IgnoreLegacyPomTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0674PluginParameterAliasTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0674PluginParameterAliasTest()
|
||||
public MavenITmng0674PluginParameterAliasTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng0680ParentBasedirTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0680ParentBasedirTest()
|
||||
public MavenITmng0680ParentBasedirTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0731LegacyRepoLayoutTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0731LegacyRepoLayoutTest()
|
||||
public MavenITmng0731LegacyRepoLayoutTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
public class MavenITmng0768OfflineModeTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0768OfflineModeTest()
|
||||
public MavenITmng0768OfflineModeTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
public class MavenITmng0773SettingsProfileReactorPollutionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0773SettingsProfileReactorPollutionTest()
|
||||
public MavenITmng0773SettingsProfileReactorPollutionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0781PluginConfigVsExecConfigTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0781PluginConfigVsExecConfigTest()
|
||||
public MavenITmng0781PluginConfigVsExecConfigTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng0786ProfileAwareReactorTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0786ProfileAwareReactorTest()
|
||||
public MavenITmng0786ProfileAwareReactorTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng0814ExplicitProfileActivationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0814ExplicitProfileActivationTest()
|
||||
public MavenITmng0814ExplicitProfileActivationTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.Collections;
|
|||
public class MavenITmng0818WarDepsNotTransitiveTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0818WarDepsNotTransitiveTest()
|
||||
public MavenITmng0818WarDepsNotTransitiveTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Collection;
|
|||
public class MavenITmng0820ConflictResolutionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0820ConflictResolutionTest()
|
||||
public MavenITmng0820ConflictResolutionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
public class MavenITmng0823MojoContextPassingTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0823MojoContextPassingTest()
|
||||
public MavenITmng0823MojoContextPassingTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0836PluginParentResolutionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0836PluginParentResolutionTest()
|
||||
public MavenITmng0836PluginParentResolutionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest()
|
||||
public MavenITmng0956ComponentInjectionViaProjectLevelPluginDepTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng0985NonExecutedPluginMngtGoalsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng0985NonExecutedPluginMngtGoalsTest()
|
||||
public MavenITmng0985NonExecutedPluginMngtGoalsTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng1021EqualAttachmentBuildNumberTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1021EqualAttachmentBuildNumberTest()
|
||||
public MavenITmng1021EqualAttachmentBuildNumberTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng1052PluginMngtConfigTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1052PluginMngtConfigTest()
|
||||
public MavenITmng1052PluginMngtConfigTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng1088ReactorDepResolutionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1088ReactorDepResolutionTest()
|
||||
public MavenITmng1088ReactorDepResolutionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Collection;
|
|||
public class MavenITmng1233WarDepWithProvidedScopeTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1233WarDepWithProvidedScopeTest()
|
||||
public MavenITmng1233WarDepWithProvidedScopeTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.Properties;
|
|||
public class MavenITmng1415QuotedSystemPropertiesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1415QuotedSystemPropertiesTest()
|
||||
public MavenITmng1415QuotedSystemPropertiesTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.io.File;
|
|||
public class MavenITmng1491ReactorArtifactIdCollisionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1491ReactorArtifactIdCollisionTest()
|
||||
public MavenITmng1491ReactorArtifactIdCollisionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng1908LegacySnapshotUpdateTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng1908LegacySnapshotUpdateTest()
|
||||
public MavenITmng1908LegacySnapshotUpdateTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.util.List;
|
|||
public class MavenITmng2052InterpolateWithSettingsProfilePropertiesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2052InterpolateWithSettingsProfilePropertiesTest()
|
||||
public MavenITmng2052InterpolateWithSettingsProfilePropertiesTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Properties;
|
|||
public class MavenITmng2124PomInterpolationWithParentValuesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2124PomInterpolationWithParentValuesTest()
|
||||
public MavenITmng2124PomInterpolationWithParentValuesTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import java.io.File;
|
|||
public class MavenITmng2130ParentLookupFromReactorCacheTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2130ParentLookupFromReactorCacheTest()
|
||||
public MavenITmng2130ParentLookupFromReactorCacheTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ import java.util.Properties;
|
|||
public class MavenITmng2136ActiveByDefaultProfileTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2136ActiveByDefaultProfileTest()
|
||||
public MavenITmng2136ActiveByDefaultProfileTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng2771PomExtensionComponentOverrideTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2771PomExtensionComponentOverrideTest()
|
||||
public MavenITmng2771PomExtensionComponentOverrideTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng2878DefaultReportXmlImportTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2878DefaultReportXmlImportTest()
|
||||
public MavenITmng2878DefaultReportXmlImportTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng2994SnapshotRangeRepositoryTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng2994SnapshotRangeRepositoryTest()
|
||||
public MavenITmng2994SnapshotRangeRepositoryTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.Properties;
|
|||
public class MavenITmng3012CoreClassImportTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3012CoreClassImportTest()
|
||||
public MavenITmng3012CoreClassImportTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
public class MavenITmng3038TransitiveDepManVersionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3038TransitiveDepManVersionTest()
|
||||
public MavenITmng3038TransitiveDepManVersionTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
public class MavenITmng3288SystemScopeDirTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3288SystemScopeDirTest()
|
||||
public MavenITmng3288SystemScopeDirTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
public class MavenITmng3331ModulePathNormalizationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3331ModulePathNormalizationTest()
|
||||
public MavenITmng3331ModulePathNormalizationTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -38,7 +38,7 @@ import java.util.List;
|
|||
public class MavenITmng3482DependencyPomInterpolationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3482DependencyPomInterpolationTest()
|
||||
public MavenITmng3482DependencyPomInterpolationTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ import java.io.File;
|
|||
public class MavenITmng3498ForkToOtherMojoTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3498ForkToOtherMojoTest()
|
||||
public MavenITmng3498ForkToOtherMojoTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
public class MavenITmng3679PluginExecIdInterpolationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3679PluginExecIdInterpolationTest()
|
||||
public MavenITmng3679PluginExecIdInterpolationTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
public class MavenITmng3693PomFileBasedirChangeTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3693PomFileBasedirChangeTest()
|
||||
public MavenITmng3693PomFileBasedirChangeTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.io.File;
|
|||
public class MavenITmng3838EqualPluginDepsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3838EqualPluginDepsTest()
|
||||
public MavenITmng3838EqualPluginDepsTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ import java.util.List;
|
|||
public class MavenITmng3890TransitiveDependencyScopeUpdateTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
protected MavenITmng3890TransitiveDependencyScopeUpdateTest()
|
||||
public MavenITmng3890TransitiveDependencyScopeUpdateTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue