You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/05/06 21:05:05 UTC

[maven-integration-testing] branch master updated: [MNG-7464] Warn about using read-only parameters for Mojo in configuration - 3.9

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new bf8441319 [MNG-7464] Warn about using read-only parameters for Mojo in configuration - 3.9
bf8441319 is described below

commit bf84413197edaf8253dbe3b40a0168e95a7e05a1
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri May 6 19:50:04 2022 +0200

    [MNG-7464] Warn about using read-only parameters for Mojo in configuration - 3.9
---
 .../maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java
index 7f15ef877..3b54ce226 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng7464ReadOnlyMojoParametersWarningTest.java
@@ -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" );