Skip to content

Commit 4f9fbea

Browse files
committed
[fj-doc-maven-plugin] m2e lifecycle configuration
1 parent 6361430 commit 4f9fbea

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- [fj-doc-maven-plugin] m2e lifecycle configuration
1213
- [fj-doc-freemarker] tool FreeMarkerTemplateSyntaxVerifier (check for FreeMarker templates syntax)
1314

1415
## [8.6.5] - 2024-08-23
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<lifecycleMappingMetadata>
2+
<pluginExecutions>
3+
<!-- configurazione for mojo:generate, will run all builds. -->
4+
<pluginExecution>
5+
<pluginExecutionFilter>
6+
<goals>
7+
<goal>add</goal>
8+
</goals>
9+
</pluginExecutionFilter>
10+
<action>
11+
<execute>
12+
<runOnIncremental>false</runOnIncremental>
13+
<runOnConfiguration>false</runOnConfiguration>
14+
</execute>
15+
</action>
16+
</pluginExecution>
17+
</lifecycleMappingMetadata>

0 commit comments

Comments
 (0)