[
https://issues.apache.org/jira/browse/MJAVADOC-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337436#comment-17337436
]
Robert Scholte commented on MJAVADOC-676:
-----------------------------------------
The automatic-module-name was only added to claim the module name, not because
it can be added to the module path. If I read the errors correctly this has
dependencies with split packages:
{noformat}
error: module org.eclipse.collections.impl reads package org.neo4j.memory from
both org.neo4j.unsafe and org.neo4j.common
error: module org.eclipse.collections.impl reads package org.neo4j.graphdb from
both org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.neo4j.graphdb.resource reads package org.neo4j.memory from
both org.neo4j.unsafe and org.neo4j.common
error: module org.neo4j.graphdb.resource reads package org.neo4j.graphdb from
both org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.neo4j.graphdb reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module org.neo4j.graphdb reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.apache.commons.lang3 reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module org.apache.commons.lang3 reads package org.neo4j.graphdb from
both org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.neo4j.common reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module org.neo4j.common reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.neo4j.collection reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module org.neo4j.collection reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module foo.bar reads package org.neo4j.memory from both org.neo4j.unsafe
and org.neo4j.common
error: module foo.bar reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.neo4j.annotations reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module org.neo4j.annotations reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.eclipse.collections.api reads package org.neo4j.memory from
both org.neo4j.unsafe and org.neo4j.common
error: module org.eclipse.collections.api reads package org.neo4j.graphdb from
both org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module org.neo4j.unsafe reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module org.neo4j.unsafe reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: module com.sun.jna reads package org.neo4j.memory from both
org.neo4j.unsafe and org.neo4j.common
error: module com.sun.jna reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: the unnamed module reads package org.neo4j.graphdb from both
org.neo4j.graphdb and org.neo4j.graphdb.resource
error: the unnamed module reads package org.neo4j.memory from both
org.neo4j.common and org.neo4j.unsafe
24 errors
{noformat}
> Can't generate javadoc when project has an automatic module name
> ----------------------------------------------------------------
>
> Key: MJAVADOC-676
> URL: https://issues.apache.org/jira/browse/MJAVADOC-676
> Project: Maven Javadoc Plugin
> Issue Type: Bug
> Affects Versions: 3.2.0
> Reporter: Michael Simons
> Assignee: Robert Scholte
> Priority: Major
> Attachments: issues-master.zip
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)