[ 
https://issues.apache.org/jira/browse/MAPREDUCE-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13621741#comment-13621741
 ] 

Michael Isvy commented on MAPREDUCE-4035:
-----------------------------------------

This would be a very nice feature to have indeed.

Isn't it just a matter of using the maven-source plugin? 
I see it has been done that way in Spring Batch here: 
https://github.com/SpringSource/spring-batch/blob/master/spring-batch-parent/pom.xml

{code:xml}
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
{code}
                
> why is there no javadoc, sources jars published in the maven repo for 
> hadoop-core 0.20.2*, 1.0.X?
> -------------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-4035
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4035
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.2, 0.20.203.0, 0.20.204.0, 0.20.205.0, 1.0.0, 
> 1.0.1, 1.0.2
>            Reporter: Jim Donofrio
>            Priority: Minor
>
> Why is there no javadoc, sources jars published in the maven repo for 
> hadoop-core 0.20.2*, 1.0.X?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to