I've repeated those steps on RC2 exactly - same maven, same tag, same repo cleanup. Works for me.

On 05/04/18 12:52, Claude Warren wrote:
After searching around on stackoverflow I found that the following will
consistently work:

mvn clean install -DdetectOfflineLinks=false

Perhaps we should do that by default?  I'm not sure what the overall effect
will be on the resulting output.

It would need investigation first.

The problem does seem to be a local environment issue. When going the release build, the outbound network is used heavily, unlike a local build. Maybe that would also have other problems in which case this setting isn't helpful.

    Andy


I am getting - for jena-jdbc-driver-bundle only --

[INFO] --- maven-javadoc-plugin:3.0.0:jar (default) @ jena-jdbc-driver-bundle ---
[ERROR] no module descriptor for org.apache.jena:jena-jdbc-driver-bundle
[ERROR] no module descriptor for org.apache.jena:jena-jdbc-driver-mem
[ERROR] no module descriptor for org.apache.jena:jena-jdbc-core
[ERROR] no module descriptor for org.apache.jena:jena-jdbc-driver-remote
[ERROR] no module descriptor for org.apache.jena:jena-jdbc-driver-tdb
[ERROR] no module descriptor for org.apache.jena:jena-tdb
[ERROR] no module descriptor for org.apache.jena:jena-arq
[ERROR] no module descriptor for org.apache.jena:jena-core
[ERROR] no module descriptor for org.apache.jena:jena-iri
[ERROR] no module descriptor for org.apache.jena:jena-base
[ERROR] no module descriptor for org.apache.jena:jena-shaded-guava

but everything seems to work out.

jena-jdbc-driver-bundle does some javadoc configuration.


Claude

On Thu, Apr 5, 2018 at 11:54 AM, Claude Warren <cla...@xenei.com> wrote:

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 <cla...@xenei.com> 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




Reply via email to