I think this is only an issue when there are no Jena 3.7.0 packages available and can be worked around by recommending that the user run mvn -Pdev install first.
Claude On Thu, Apr 5, 2018 at 11:43 AM, Claude Warren <[email protected]> wrote: > Same issue as with rc1. > > Steps to reproduce > > 1) pull rc2 code: git checkout tags/jena-3.7.0-rc2 > 2) remove all 3.7.0 components from m2 repository: > find ~/.m2/repository/org/apache/jena -name 3.7.0 -type d -exec rm > -rf {} \; > 3) execute maven build: mvn clean install > > get NPE > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar > (attach-javadocs) on project jena-base: Execution attach-javadocs of goal > org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar failed.: > NullPointerException -> [Help 1] > > -- > I like: Like Like - The likeliest place on the web > <http://like-like.xenei.com> > LinkedIn: http://www.linkedin.com/in/claudewarren > -- I like: Like Like - The likeliest place on the web <http://like-like.xenei.com> LinkedIn: http://www.linkedin.com/in/claudewarren
