Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
site, trunk-win, 2.6.0, 3.0.0-alpha1
-
annotations, build, hadoop
Description
Tried on hadoop-2.6.0-src, branch-2.5 and branch-trunk-win. All gave this error:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.8.1:jar (module-javadocs) on project hadoop-annotations: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - E:\Projects\hadoop-common\hadoop-common-project\hadoop-annotations\src\main\java\org\apache\hadoop\classification\InterfaceStability.java:27: error: unexpected end tag: </ul>
[ERROR] * </ul>
[ERROR] ^
[ERROR]
[ERROR] Command line was: "C:\Program Files\Java\jdk1.8.0_25\jre\..\bin\javadoc.exe" @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in 'E:\Projects\hadoop-common\hadoop-common-project\hadoop-annotations\target' dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :hadoop-annotations
```
Attachments
Issue Links
- is blocked by
-
HADOOP-10320 Javadoc in InterfaceStability.java lacks final </ul>
- Closed
- is depended upon by
-
HADOOP-11090 [Umbrella] Support Java 8 in Hadoop
- Resolved
- relates to
-
HADOOP-8059 Add javadoc to InterfaceAudience and InterfaceStability
- Closed