Evgeny Stanilovsky created IGNITE-28998:
-------------------------------------------
Summary: Fix java doc build phase issues
Key: IGNITE-28998
URL: https://issues.apache.org/jira/browse/IGNITE-28998
Project: Ignite
Issue Type: Improvement
Components: build
Reporter: Evgeny Stanilovsky
I found that maven pom.xml documentation profile has some issues :
check:
{noformat}
<profile>
<id>javadoc</id>
{noformat}
1. There is no such options like :
{noformat}
<reportOutputDirectory>${basedir}/target/javadoc</reportOutputDirectory>
<destDir>core</destDir>
{noformat}
2. Excluding: org.apache.ignite.codegen need to be changed to:
org.apache.ignite.internal.codegen
[~aonikolaev] FYI ^
--
This message was sent by Atlassian Jira
(v8.20.10#820010)