HBASE-6582 Code generation does run under m2eclipse

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375198 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-08-20 20:16:40 +00:00
parent 938915e279
commit caefd5c28f
1 changed files with 8 additions and 2 deletions

View File

@ -218,7 +218,10 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<execute>
<runOnIncremental>false</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
<pluginExecution>
@ -231,7 +234,10 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<execute>
<runOnIncremental>false</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>