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

Alejandro Abdelnur commented on HDFS-2649:
------------------------------------------

I don't use eclipse, thus I'm not familiar on how multi-module maven projects 
are handled (I would think eclipse configs for all modules better be generated 
by the same plugin version). But if the current fix handles things correctly 
for eclipse users, then I guess it is OK. BTW, it is a good practice, to have 
reproducible builds, to nail down the version of the plugins you use, you don't 
want to unknowingly start using a newer plugin version just because it was 
released. As this is a plugin for an IDE won't affect the build, but still it 
is a good practice to do so.
                
> eclipse:eclipse build fails for hadoop-hdfs-httpfs
> --------------------------------------------------
>
>                 Key: HDFS-2649
>                 URL: https://issues.apache.org/jira/browse/HDFS-2649
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>         Attachments: hdfs-2649.patch
>
>
> Building the eclipse:eclipse target fails in the hadoop-hdfs-httpfs project 
> with this error:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli) on 
> project hadoop-hdfs-httpfs: Request to merge when 'filtering' is not 
> identical. Original=resource src/main/resources: output=target/classes, 
> include=[httpfs.properties], exclude=[**/*.java], test=false, filtering=true, 
> merging with=resource src/main/resources: output=target/classes, include=[], 
> exclude=[httpfs.properties|**/*.java], test=false, filtering=false -> [Help 1]
> This appears to be the same type of issue as reported in HADOOP-7567.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to