META-INF.m2e.lifecycle-mapping-metadata.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of antlr4-maven-plugin Show documentation
Show all versions of antlr4-maven-plugin Show documentation
Maven plugin for ANTLR 4 grammars
The newest version!
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2012 The ANTLR Project. All rights reserved. ~ Use of this file is governed by the BSD-3-Clause license that ~ can be found in the LICENSE.txt file in the project root. --> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <goals> <goal>antlr4</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>true</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy