blob: f7bbbe67bc59b5e7e2acf0dfe02d00a064dff3bc [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>
<preGoal name="eclipse">
<attainGoal name="antlr:generate" />
</preGoal>
<preGoal name="idea:module">
<attainGoal name="antlr:generate" />
</preGoal>
</project>