Hi there,

context: https://issues.apache.org/jira/browse/OAK-10144

We recently updated Jackrabbit Oak to require Java 11, and since then,
one subproject fails to build Javadocs, but depending on how the goal is
invoked (I discovered this when trying to do a release and the javadoc
jar generation failed)

It seems that (in oak-run)

> mvn clean javadoc:javadoc

works, but

> mvn clean install -DskipTests javadoc:javadoc

fails. I have figured out that in these cases, the passed command line
options are different, see
<https://issues.apache.org/jira/browse/OAK-10144?focusedCommentId=17701765&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17701765>.

To repro:

1. git clone g...@github.com:apache/jackrabbit-oak.git
2. mvn clean install -DskipTests
3. cd oak-run ; mcn clean install -DskipTests javadoc:javadoc

Any pointers appreciated!

Best regards, Julian


(More details are in the ticket above)




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to