File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
fj-doc-maven-plugin/src/main/resources/META-INF/m2e Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ [ fj-doc-maven-plugin] m2e lifecycleMappingMetadata (xml is not valid) # 194
13
+
10
14
### Changed
11
15
12
16
- [ fj-doc-maven-plugin] goal init, added openapi documentation for flavour 'micronaut-4'
Original file line number Diff line number Diff line change 1
1
<lifecycleMappingMetadata >
2
2
<pluginExecutions >
3
- <!-- configurazione for mojo:generate, will run all builds. -->
3
+ <!-- configuration for mojo:init, will run all builds. -->
4
+ <pluginExecution >
5
+ <pluginExecutionFilter >
6
+ <goals >
7
+ <goal >init</goal >
8
+ </goals >
9
+ </pluginExecutionFilter >
10
+ <action >
11
+ <execute >
12
+ <runOnIncremental >false</runOnIncremental >
13
+ <runOnConfiguration >false</runOnConfiguration >
14
+ </execute >
15
+ </action >
16
+ </pluginExecution >
17
+ <!-- configuration for mojo:add, will run all builds. -->
4
18
<pluginExecution >
5
19
<pluginExecutionFilter >
6
20
<goals >
14
28
</execute >
15
29
</action >
16
30
</pluginExecution >
31
+ <!-- configuration for mojo:verify, will run all builds. -->
32
+ <pluginExecution >
33
+ <pluginExecutionFilter >
34
+ <goals >
35
+ <goal >verify</goal >
36
+ </goals >
37
+ </pluginExecutionFilter >
38
+ <action >
39
+ <execute >
40
+ <runOnIncremental >false</runOnIncremental >
41
+ <runOnConfiguration >true</runOnConfiguration >
42
+ </execute >
43
+ </action >
44
+ </pluginExecution >
45
+ </pluginExecutions >
17
46
</lifecycleMappingMetadata >
You can’t perform that action at this time.
0 commit comments