[
https://issues.apache.org/jira/browse/IGNITE-28998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Nikolaev reassigned IGNITE-28998:
-------------------------------------------
Assignee: Aleksandr Nikolaev
> 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
> Assignee: Aleksandr Nikolaev
> Priority: Major
> Labels: ignite-2, ise
>
> 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:
> {noformat}
> org.apache.ignite.codegen
> {noformat}
> need to be changed to:
> {noformat}
> org.apache.ignite.internal.codegen
> {noformat}
> [~aonikolaev] FYI ^
--
This message was sent by Atlassian Jira
(v8.20.10#820010)