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 jgit-buildnumber-maven-plugin Show documentation
Show all versions of jgit-buildnumber-maven-plugin Show documentation
Extracts Git metadata and a freely composable build number in pure Java without Git command-line tool. Eclipse m2e compatible.
<?xml version="1.0" encoding="UTF-8"?> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <goals> <goal>extract-buildnumber</goal> </goals> </pluginExecutionFilter> <action> <!-- enable plugin also for incremental Eclipse m2e builds, e.g. triggered by local deployments to JEE application servers --> <execute> <runOnIncremental>true</runOnIncremental> <runOnConfiguration>false</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata>