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

Hudson commented on HBASE-14806:
--------------------------------

FAILURE: Integrated in HBase-1.1-JDK8 #1684 (See 
[https://builds.apache.org/job/HBase-1.1-JDK8/1684/])
HBASE-14806 Missing sources.jar for several modules when building HBase 
(zhangduo: rev c558f6df6c3c4e17cb626d5de360803d9e5e00cb)
* hbase-common/pom.xml


> Missing sources.jar for several modules when building HBase
> -----------------------------------------------------------
>
>                 Key: HBASE-14806
>                 URL: https://issues.apache.org/jira/browse/HBASE-14806
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>             Fix For: 2.0.0, 1.2.0, 1.3.0, 1.1.4, 0.98.17, 1.0.4
>
>         Attachments: HBASE-14806.patch
>
>
> Introduced by HBASE-14085. The problem is, for example, in 
> hbase-common/pom.xml, we have
> {code:title=pom.xml}
> <plugin>
>           <groupId>org.apache.maven.plugins</groupId>
>           <artifactId>maven-source-plugin</artifactId>
>           <configuration>
>             <excludeResources>true</excludeResources>
>             <includes>
>               <include>src/main/java</include>
>               <include>${project.build.outputDirectory}/META-INF</include>
>             </includes>
>           </configuration>
>         </plugin>
> {code}
> But in fact, the path inside {{<include>}} tag is relative to source 
> directories, not the project directory. So the maven-source-plugin always end 
> with
> {noformat}
> No sources in project. Archive not created.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to