You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/04/15 22:04:00 UTC

[jira] [Updated] (IGNITE-14558) Add information about javadoc validation and generation commands to DEVNOTES.md

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

Andrey Mashenkov updated IGNITE-14558:
--------------------------------------
    Description: 
https://issues.apache.org/jira/browse/IGNITE-13751 is implemented and merged but DEVNOTES.md is not updated.

Information about javadoc validation and generation commands should be added to DEVNOTES.md.

Maven javadoc plugin should fail build if any 'warning' found. However, no 'errors' means javadoc is valid (well-structured), there still may be a 'warning' that means javadoc is incomplete.   
{code:java}
<failOnWarnings>true</failOnWarnings>{code}
 

  was:
https://issues.apache.org/jira/browse/IGNITE-13751 is implemented and merged but DEVNOTES.md is not updated.

Information about javadoc validation and generation commands should be added to DEVNOTES.md.


> Add information about javadoc validation and generation commands to DEVNOTES.md 
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-14558
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14558
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey N. Gura
>            Assignee: Peter Ivanov
>            Priority: Critical
>             Fix For: 3.0.0-alpha2
>
>
> https://issues.apache.org/jira/browse/IGNITE-13751 is implemented and merged but DEVNOTES.md is not updated.
> Information about javadoc validation and generation commands should be added to DEVNOTES.md.
> Maven javadoc plugin should fail build if any 'warning' found. However, no 'errors' means javadoc is valid (well-structured), there still may be a 'warning' that means javadoc is incomplete.   
> {code:java}
> <failOnWarnings>true</failOnWarnings>{code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)