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 17:57:23 UTC

[maven-integration-testing] branch MNG-7464-3.9 created (now 8968ce5c4)

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

sjaranowski pushed a change to branch MNG-7464-3.9
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


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

This branch includes the following new commits:

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8968ce5c4ee632b4c261f3fc6a13007ca1449635
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" );