Igniters,

I've run locally maven command according to DEVNOTES:

mvn initialize -Pjavadoc

and it fails due to: 'Other Packages' section should not be present,
all packages should have corresponding documentation groups. The
reason of that is a newly added `org.apache.ignite.springdata22`
package [1]  is missing in maven-javadoc-plugin configuration [2].


We have Javadoc Suite [3] but it not checks such issues due to
`javadoc` maven profile required to be enabled.
Should we enable `javadoc` profile for this suite?
Any other thoughts?

[1] https://issues.apache.org/jira/browse/IGNITE-12259
[2] https://issues.apache.org/jira/browse/IGNITE-12528
[3] 
https://ci.ignite.apache.org/viewType.html?buildTypeId=IgniteTests24Java8_Javadoc&branch_IgniteTests24Java8=%3Cdefault%3E&tab=buildTypeStatusDiv

Reply via email to