Aleksey Plekhanov created IGNITE-13896:
------------------------------------------
Summary: Javadoc build failed due to new not grouped packages
Key: IGNITE-13896
URL: https://issues.apache.org/jira/browse/IGNITE-13896
Project: Ignite
Issue Type: Bug
Affects Versions: 2.10
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Fix For: 2.10
Fail on:
{noformat}
mvn initialize -Pjavadoc
{noformat}
Error:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:1.7:run
(javadoc-postprocessing-new) on project apache-ignite: An Ant BuildException
has occured: Execution failed due to: 'Other Packages' section should not be
present, all packages should have corresponding documentation groups:
/Users/sbt-plekhanov-as/IdeaProjects/ignite/target/javadoc/core/overview-summary.html;Please
add packages description to parent/pom.xml into <plugin>(maven-javadoc-plugin)
/ <configuration> / <groups>
{noformat}
Packages in the "Other packages" section:
{noformat}
org.apache.ignite.kubernetes.configuration
org.apache.ignite.maintenance
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)