File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
fj-doc-maven-plugin/src/main/resources/META-INF/m2e Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ - [ fj-doc-maven-plugin] m2e lifecycle configuration
12
13
- [ fj-doc-freemarker] tool FreeMarkerTemplateSyntaxVerifier (check for FreeMarker templates syntax)
13
14
14
15
## [ 8.6.5] - 2024-08-23
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments