blob: 17d320f4f4abb7a3014a76cc8075119fdbf57222 [file] [log] [blame]
<project xmlns:maven="jelly:maven">
<goal name="multiproject:install-callback">
<!-- Can be removed if multiproject-1.6 is required -->
<attainGoal name="plugin:repository-install"/>
</goal>
<goal name="multiproject:deploy-callback">
<!-- Can be removed if multiproject-1.6 is required -->
<attainGoal name="plugin:repository-deploy"/>
</goal>
<goal name="multiproject:deploy-snapshot-callback">
<attainGoal name="plugin:repository-deploy-snapshot"/>
</goal>
<preGoal name="eclipse">
<attainGoal name="antlr:generate" />
</preGoal>
<preGoal name="idea:module">
<attainGoal name="antlr:generate" />
</preGoal>
</project>