Skip to content

Commit

Permalink
Tell eclipse to run JavaCC on import (i.e. before the module is built).
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Dec 2, 2014
1 parent 1161464 commit 04b1062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion legacy/pom.xml
Expand Up @@ -148,7 +148,9 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
4 changes: 3 additions & 1 deletion tool/smarts/pom.xml
Expand Up @@ -164,7 +164,9 @@
</goals>
</pluginExecutionFilter>
<action>
<execute/>
<execute>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit 04b1062

Please sign in to comment.