Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #23 from zanata/fix-eclipse
Browse files Browse the repository at this point in the history
Only rebuild Groovy classes on full Eclipse build
  • Loading branch information
davidmason committed Jul 5, 2013
2 parents 3935e65 + 9e434ad commit b4b3913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zanata-war/pom.xml
Expand Up @@ -730,7 +730,9 @@
</goals>
</pluginExecutionFilter>
<action>
<execute />
<execute>
<runOnIncremental>false</runOnIncremental>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit b4b3913

Please sign in to comment.