[ 
https://issues.apache.org/jira/browse/IGNITE-28998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny Stanilovsky updated IGNITE-28998:
----------------------------------------
    Description: 
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 ^



  was:
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 ^




> 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
>            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)

Reply via email to