[
https://issues.apache.org/jira/browse/HIVE-5717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820496#comment-13820496
]
Brock Noland commented on HIVE-5717:
------------------------------------
I don't think this touches packaging at all. What we want to do is generate a
-javadoc.jar and -sources.jar for each maven artifact. Those new artifect
should be "attached" to the project so they publish to
~/.m2/repository/org/apache/hive
For example, notice how mrunit
(http://repo1.maven.org/maven2/org/apache/mrunit/mrunit/1.0.0/) has:
{noformat}
mrunit-1.0.0.jar
mrunit-1.0.0-sources.jar
mrunit-1.0.0-javadoc.jar
{noformat}
we want that exact same thing for every artifact in the project. Additionally
generating the javadoc can be very slow so we want to do that in the dist
profile.
> Generate javadoc and source jars
> --------------------------------
>
> Key: HIVE-5717
> URL: https://issues.apache.org/jira/browse/HIVE-5717
> Project: Hive
> Issue Type: Sub-task
> Reporter: Brock Noland
> Assignee: Szehon Ho
>
> We should be generating both javadoc and source jars.
--
This message was sent by Atlassian JIRA
(v6.1#6144)