Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Incompatible change, Reviewed
-
hadoop-auth and hadoop-hdfs-httpfs modules no longer generate dependencies.html via maven-project-info-reports-plugin.
Description
By default maven-project-info-reports-plugin is called at site phrase but in Hadoop Main's pom we use excludeDefaults tag which excludes maven-project-info-reports-plugin from the process. It will run only when it is called directly.
I found two invocation: hadoop-hdfs-httpfs and hadoop-auth.
These invocations seems unnecessary as I pointed in HADOOP-14393.
This plugin can be removed. Makes the understanding of site generation harder. It took me a while finding out the role of the plugin.
Attachments
Attachments
Issue Links
- contains
-
HADOOP-14393 Dependencies.html is unnecessary
- Resolved
- is depended upon by
-
HADOOP-9991 Fix up Hadoop POMs, roll up JARs to latest versions
- Open
- is duplicated by
-
HADOOP-9189 "mvn package -Pdist" generates the docs even without the -Pdocs option
- Resolved
- relates to
-
HADOOP-14414 Calling maven-site-plugin directly for docs profile is unnecessary
- Resolved
- supercedes
-
HDFS-4580 0.95 site build failing with 'maven-project-info-reports-plugin: Could not find goal 'dependency-info''
- Resolved
-
HDFS-10654 Move building of httpfs dependency analysis under "docs" profile
- Resolved