
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 fj-doc-maven-plugin Show documentation
Show all versions of fj-doc-maven-plugin Show documentation
Maven plugin to add Fugerit Venus Doc to a mavne project (fj-doc:generate)
<lifecycleMappingMetadata> <pluginExecutions> <!-- configuration for mojo:init, will run all builds. --> <pluginExecution> <pluginExecutionFilter> <goals> <goal>init</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>false</runOnConfiguration> </execute> </action> </pluginExecution> <!-- configuration for mojo:add, will run all builds. --> <pluginExecution> <pluginExecutionFilter> <goals> <goal>add</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>false</runOnConfiguration> </execute> </action> </pluginExecution> <!-- configuration for mojo:verify, will run all builds. --> <pluginExecution> <pluginExecutionFilter> <goals> <goal>verify</goal> </goals> </pluginExecutionFilter> <action> <execute> <runOnIncremental>false</runOnIncremental> <runOnConfiguration>true</runOnConfiguration> </execute> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy