[ 
https://issues.apache.org/jira/browse/MRESOLVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hervé Boutemy updated MRESOLVER-60:
-----------------------------------
    Description: 
happens in Maven Core ITs during MNG-6489 build:
{noformat}
Test Result (3 failures / +3)
    org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit
    org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit
    org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit

[...]
Caused by: java.lang.NullPointerException
    at org.eclipse.aether.internal.impl.DefaultInstaller.install 
(DefaultInstaller.java:242)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install 
(DefaultInstaller.java:188)
    at org.eclipse.aether.internal.impl.DefaultInstaller.install 
(DefaultInstaller.java:145)
    at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install 
(DefaultRepositorySystem.java:364)
    at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install 
(DefaultArtifactInstaller.java:107)
{noformat}
 This happens when the session is created (copied) with {{new 
DefaultRepositorySystemSession( session )}}

  was:This will happen when the session is created (copied) with {{new 
DefaultRepositorySystemSession(  session )}}


> Possible NPE when calling RepositorySystemSession.getFileTransformerManager()
> -----------------------------------------------------------------------------
>
>                 Key: MRESOLVER-60
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-60
>             Project: Maven Resolver
>          Issue Type: Bug
>          Components: resolver
>    Affects Versions: 1.3.0
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Blocker
>             Fix For: 1.3.1
>
>
> happens in Maven Core ITs during MNG-6489 build:
> {noformat}
> Test Result (3 failures / +3)
>     org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit
>     org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit
>     org.apache.maven.it.MavenITmng4788InstallationToCustomLocalRepoTest.testit
> [...]
> Caused by: java.lang.NullPointerException
>     at org.eclipse.aether.internal.impl.DefaultInstaller.install 
> (DefaultInstaller.java:242)
>     at org.eclipse.aether.internal.impl.DefaultInstaller.install 
> (DefaultInstaller.java:188)
>     at org.eclipse.aether.internal.impl.DefaultInstaller.install 
> (DefaultInstaller.java:145)
>     at org.eclipse.aether.internal.impl.DefaultRepositorySystem.install 
> (DefaultRepositorySystem.java:364)
>     at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install 
> (DefaultArtifactInstaller.java:107)
> {noformat}
>  This happens when the session is created (copied) with {{new 
> DefaultRepositorySystemSession( session )}}



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

Reply via email to