[
https://issues.apache.org/jira/browse/HBASE-14198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15690928#comment-15690928
]
stack commented on HBASE-14198:
-------------------------------
Looking at master today... Here is one change needed to cleanup hbase-server
error in eclipse.
{code}
kalashnikov:hbase.git stack$ git diff
diff --git a/pom.xml b/pom.xml
index 86edc82..7b2cfae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -736,6 +736,7 @@
<versionRange>[1.5,)</versionRange>
<goals>
<goal>process</goal>
+ <goal>bundle</goal>
</goals>
</pluginExecutionFilter>
<action>
{code}
Let me commit this.
> Eclipse project generation is broken in master
> ----------------------------------------------
>
> Key: HBASE-14198
> URL: https://issues.apache.org/jira/browse/HBASE-14198
> Project: HBase
> Issue Type: Bug
> Reporter: Vladimir Rodionov
>
> After running
> mvn eclipse:eclipse I tried to import projects into Eclipse (Luna) and got
> multiple build errors, similar to:
> {code}
> Cannot nest output folder 'hbase-thrift/target/test-classes/META-INF' inside
> output folder 'hbase-thrift/target/test-classes' hbase-thrift
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)