gnodet commented on PR #1885: URL: https://github.com/apache/karaf/pull/1885#issuecomment-2512752235
> @gnodet I tried the latest mvnd 4.0 rc1 and I could see this exception: `Caused by: java.lang.NullPointerException: Cannot invoke "java.io.File.exists()" because the return value of "org.apache.maven.execution.MavenExecutionRequest.getUserSettingsFile()" is null at org.apache.karaf.tooling.VerifyMojo.execute(VerifyMojo.java:198) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:144) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:339) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:310) ` > > Sorry for reusing this issue but I'm not sure if your commit also solves exception above or there must be checks for null value returned by MavenExecutionRequest.getUserSettingsFile(). Yes, the issue has been [raised already and fixed](https://github.com/apache/maven/pull/1939) in Maven master, so it'll work with rc2. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
