Repository: incubator-taverna-workbench Updated Branches: refs/heads/master 1fc7a7d2e -> 673dec08f
always run javacc Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/2ddb60aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/2ddb60aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/2ddb60aa Branch: refs/heads/master Commit: 2ddb60aad295865a5187cc293f025392886e0b5a Parents: 1fc7a7d Author: Stian Soiland-Reyes <[email protected]> Authored: Thu Jul 14 14:57:06 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu Jul 14 14:57:06 2016 +0100 ---------------------------------------------------------------------- taverna-graph-model/pom.xml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/2ddb60aa/taverna-graph-model/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-graph-model/pom.xml b/taverna-graph-model/pom.xml index 996247d..db92bae 100644 --- a/taverna-graph-model/pom.xml +++ b/taverna-graph-model/pom.xml @@ -41,6 +41,7 @@ </execution> </executions> </plugin> + </plugins> <pluginManagement> <plugins> @@ -54,22 +55,15 @@ <pluginExecutions> <pluginExecution> <pluginExecutionFilter> - <groupId> - org.codehaus.mojo - </groupId> - <artifactId> - javacc-maven-plugin - </artifactId> - <versionRange> - [2.6,) - </versionRange> - <goals> - <goal>jjtree-javacc</goal> - </goals> + <groupId>org.codehaus.mojo</groupId> + <artifactId>javacc-maven-plugin</artifactId> + <versionRange>[2.6,)</versionRange> + <goals><goal>jjtree-javacc</goal></goals> </pluginExecutionFilter> <action> <execute> - <runOnIncremental>false</runOnIncremental> + <runOnConfiguration>true</runOnConfiguration> + <runOnIncremental>true</runOnIncremental> </execute> </action> </pluginExecution>
