[MNG-7464] Warn about using read-only parameters for Mojo in configuration - 3.9

This commit is contained in:
Slawomir Jaranowski 2022-05-06 19:50:04 +02:00
parent 8fd5645e36
commit 7e1181b387
1 changed files with 2 additions and 2 deletions

View File

@ -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" );