You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2023/06/19 21:22:00 UTC

[jira] [Resolved] (TEZ-4495) mvnsite fails for some modules - No public or protected classes found to document

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

László Bodor resolved TEZ-4495.
-------------------------------
    Resolution: Fixed

> mvnsite fails for some modules -  No public or protected classes found to document
> ----------------------------------------------------------------------------------
>
>                 Key: TEZ-4495
>                 URL: https://issues.apache.org/jira/browse/TEZ-4495
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>             Fix For: 0.10.3
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> as discovered at https://github.com/apache/tez/pull/264
> {code}
> cd tez-examples
> mvn --batch-mode clean site site:stage
> # or even simpler: mvn site
> ..
> [INFO] Rendering site with default locale English (en)
> [INFO] Relativizing decoration links with respect to localized project URL: https://www.apache.org/tez/tez-examples/
> [INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.2 skin.
> [INFO] Generating "Javadoc" report              --- maven-javadoc-plugin:3.0.1:aggregate
> [INFO]
> Loading source files for package org.apache.tez.examples...
> Constructing Javadoc information...
> IncludePublicAnnotationsStandardDoclet
> 1 error
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  11.520 s
> [INFO] Finished at: 2023-06-12T11:47:36+02:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project tez-examples: Error generating maven-javadoc-plugin:3.0.1:aggregate report:
> [ERROR] Exit code: 1 - javadoc: error - No public or protected classes found to document.
> [ERROR]
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)