[
https://issues.apache.org/jira/browse/ARTEMIS-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17583427#comment-17583427
]
Robbie Gemmell commented on ARTEMIS-3953:
-----------------------------------------
What was your JAVA_HOME set to, given thats what it was complaining about?
Setting the javadocExecutable value as you did does not seem appropriate since
it is platform-specific, and shouldnt be needed. As Justin said, there are also
other folks developing on Mac's that would make me expect this to work overall,
so I'd wonder if that points to something different about your particular env,
though it is interesting that updating maven resolved it.
> project compile failed on mac
> ------------------------------
>
> Key: ARTEMIS-3953
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3953
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.25.0
> Reporter: gongping.zhu
> Priority: Major
>
> when i git clone zhe project and import the IDEA, it can not success use
> maven to compile;
>
> it need add zhe below element for each maven-javadoc-plugin configuation
> <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)