summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-05-06 14:19:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-06 14:19:01 +0000
commitbbdfe6856189586f04d47d8317ee138866ef9b7e (patch)
tree2448f07481af5577a5916ff7cb9b37e8ca742f50
parent648300d8a493c1a6ba2a69eed54a70e92e363385 (diff)
parent90d0a58276a5e7bb267ec0a46b49426ef08a76da (diff)
Merge "Fix issues with Prolog files in Eclipse" into stable-2.6
-rw-r--r--pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c5fe66931a..62a3905a95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -421,7 +421,10 @@ limitations under the License.
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <execute>
+ <runOnIncremental>false</runOnIncremental>
+ <runOnConfiguration>true</runOnConfiguration>
+ </execute>
</action>
</pluginExecution>
<pluginExecution>
@@ -434,7 +437,10 @@ limitations under the License.
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <execute>
+ <runOnIncremental>false</runOnIncremental>
+ <runOnConfiguration>true</runOnConfiguration>
+ </execute>
</action>
</pluginExecution>
</pluginExecutions>