You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2017/06/01 21:08:04 UTC

[jira] [Closed] (MSHADE-247) NullpointerException when createSourcesJar = true and source jar cannot be found

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

Guillaume Boué closed MSHADE-247.
---------------------------------
       Resolution: Fixed
         Assignee: Guillaume Boué
    Fix Version/s: 3.0.1

> NullpointerException when createSourcesJar = true and source jar cannot be found 
> ---------------------------------------------------------------------------------
>
>                 Key: MSHADE-247
>                 URL: https://issues.apache.org/jira/browse/MSHADE-247
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Sodasmile
>            Assignee: Guillaume Boué
>            Priority: Critical
>             Fix For: 3.0.1
>
>         Attachments: Resolving_nullpointer_exception_when_resolvedArtifact_is_null_.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Configuration as follows: 
> {code}
> <plugin>
>     <groupId>org.apache.maven.plugins</groupId>
>     <artifactId>maven-shade-plugin</artifactId>
>     <configuration>
>         <createSourcesJar>true</createSourcesJar>
>     </configuration>
>     <executions>
>         <execution>
>             <phase>package</phase>
>             <goals>
>                 <goal>shade</goal>
>             </goals>
>         </execution>
>     </executions>
> </plugin>
> {code}
> Dependency defined as follows: 
> {code}
> <dependency>
>   <groupId>javax.jnlp</groupId>
>   <artifactId>jnlp-api</artifactId>
>   <version>1.7.0_06</version>
> </dependency>
> {code}
> Sources for javax.jnlp for some reason disappeared from our maven repo proxy, which made maven-shade-plugin to output: 
> {code}
> [INFO] Including javax.jnlp:jnlp-api:jar:1.7.0_06 in the shaded jar.
> [WARNING] Could not get sources for javax.jnlp:jnlp-api:jar:1.7.0_06:compile
> {code}
> and in turn: 
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:3.0.0:shade (default) on project xxxxx: Execution default of goal org.apache.maven.plugins:maven-shade-plugin:3.0.0:shade failed. NullPointerException -> [Help 1]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)