[
https://issues.apache.org/jira/browse/ARTEMIS-3953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17583391#comment-17583391
]
gongping.zhu edited comment on ARTEMIS-3953 at 8/23/22 7:20 AM:
----------------------------------------------------------------
when outside IDEA it still can't compile
and the error as below,the version is Apache Maven 3.6.2
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (fallback-javadoc-jar)
on project artemis-website: MavenReportException: Error while generating
Javadoc: Unable to find javadoc command: The environment variable JAVA_HOME is
not correctly set.
after upgrade maven version to 3.8.6 problem solve
was (Author: JIRAUSER293605):
when outside IDEA it still can't compile
and the error as below,the version is Apache Maven 3.6.2
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (fallback-javadoc-jar)
on project artemis-website: MavenReportException: Error while generating
Javadoc: Unable to find javadoc command: The environment variable JAVA_HOME is
not correctly set.
after upgrade maven version to 3.8.6 problem still exist
> 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)