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 build-helper-maven-plugin Show documentation
Show all versions of build-helper-maven-plugin Show documentation
This plugin contains various small independent goals to assist with Maven build lifecycle
<?xml version="1.0" encoding="UTF-8"?> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <goals> <goal>add-resource</goal> <goal>add-source</goal> <goal>add-test-resource</goal> <goal>add-test-source</goal> <goal>bsh-property</goal> <goal>cpu-count</goal> <goal>local-ip</goal> <goal>maven-version</goal> <goal>parse-version</goal> <goal>regex-properties</goal> <goal>regex-property</goal> <goal>released-version</goal> <goal>reserve-network-port</goal> <goal>timestamp-property</goal> <goal>uptodate-properties</goal> <goal>uptodate-property</goal> <goal>rootlocation</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>true</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <goals> <goal>attach-artifact</goal> <goal>remove-project-artifact</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>false</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy