mirror of https://github.com/apache/maven.git
[MNG-7464] Warn about using read-only parameters for Mojo in configuration - 3.9
This commit is contained in:
parent
8fd5645e36
commit
7e1181b387
|
@ -36,7 +36,7 @@ public class MavenITmng7464ReadOnlyMojoParametersWarningTest extends AbstractMav
|
|||
{
|
||||
public MavenITmng7464ReadOnlyMojoParametersWarningTest()
|
||||
{
|
||||
super( "4.0.0-alpha-1,)" );
|
||||
super( "3.9.0,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -63,7 +63,7 @@ public class MavenITmng7464ReadOnlyMojoParametersWarningTest extends AbstractMav
|
|||
/**
|
||||
* Test that ensures that warning is printed for read-only parameter set by property
|
||||
*/
|
||||
public void testDeprecatedProperty()
|
||||
public void testReadOnlyProperty()
|
||||
throws Exception
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-7464-mojo-read-only-params" );
|
||||
|
|
Loading…
Reference in New Issue