You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/05 07:43:11 UTC

[GitHub] [maven-surefire] slawekjaranowski commented on a diff in pull request #507: [SUREFIRE-2044] Upgrade Maven Verifier to 1.8.0

slawekjaranowski commented on code in PR #507:
URL: https://github.com/apache/maven-surefire/pull/507#discussion_r842466292


##########
surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/MavenLauncher.java:
##########
@@ -186,9 +186,9 @@ public MavenLauncher addEnvVar( String key, String value )
         return this;
     }
 
-    public MavenLauncher assertNotPresent( String subFile )
+    public MavenLauncher verifyFileNotPresent( String subFile ) throws VerificationException
     {
-        getVerifier().assertFileNotPresent( getValidator().getSubFile( subFile ).getAbsolutePath() );

Review Comment:
   old method was deprecated
   https://github.com/apache/maven-verifier/pull/9



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org