You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (JIRA)" <ji...@apache.org> on 2018/11/12 19:32:00 UTC

[jira] [Commented] (MNG-6495) ModelResolver cannot be null

    [ https://issues.apache.org/jira/browse/MNG-6495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16684287#comment-16684287 ] 

Sylwester Lachiewicz commented on MNG-6495:
-------------------------------------------

Looks like we need to update doc here: [ModelBuildingRequest:298|https://gitbox.apache.org/repos/asf?p=maven.git;a=blob;f=maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java;h=bc6e71bee21c2c97538a89bad931dc34ad1574cc;hb=HEAD#l298] ?

> ModelResolver cannot be null
> ----------------------------
>
>                 Key: MNG-6495
>                 URL: https://issues.apache.org/jira/browse/MNG-6495
>             Project: Maven
>          Issue Type: Bug
>          Components: Bootstrap &amp; Build
>    Affects Versions: 3.5.4
>            Reporter: Elliotte Rusty Harold
>            Priority: Major
>             Fix For: 3.6.x-candidate
>
>
> Got this exception stacktrace while writing some of my own code today:
> {noformat}
> Exception in thread "main" java.lang.NullPointerException: request.modelResolver cannot be null (parent POM com.google.guava:guava-parent:26.0-jre and POM com.google.guava:guava:[unknown-version])
> 	at org.apache.commons.lang3.Validate.notNull(Validate.java:225)
> 	at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally(DefaultModelBuilder.java:1046)
> 	at org.apache.maven.model.building.DefaultModelBuilder.readParent(DefaultModelBuilder.java:830)
> 	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:332)
> 	at com.google.cloud.tools.opensource.dependencies.MetadataExplorer.main(MetadataExplorer.java:50)
> {noformat}
> No big deal except that the JavaDoc at [ModelBuildingRequest|http://maven.apache.org/ref/3.5.4/maven-model-builder/apidocs/org/apache/maven/model/building/ModelBuildingRequest.html] says "The model resolver to use, may be null."
> Not sure whether to update the docs or the code here. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)