File tree 8 files changed +28
-25
lines changed
MJAVADOC-568_manifest-splitpackage/mojo
dependencySource-4/MJAVADOC-280-4-projects
8 files changed +28
-25
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ under the License.
123
123
<!-- for ITs -->
124
124
<compilerPluginVersion >3.11.0</compilerPluginVersion >
125
125
<sourcePluginVersion >3.3.0</sourcePluginVersion >
126
- <surefirePluginVersion >3.2.2</surefirePluginVersion >
127
126
<enforcerPluginVersion >3.4.1</enforcerPluginVersion >
128
127
<pluginPluginVersion >3.10.1</pluginPluginVersion >
129
128
<jarPluginVersion >3.3.0</jarPluginVersion >
Original file line number Diff line number Diff line change 41
41
<dependency >
42
42
<groupId >org.apache.maven</groupId >
43
43
<artifactId >maven-plugin-api</artifactId >
44
- <version >2.0 </version >
44
+ <version >@mavenVersion@ </version >
45
45
</dependency >
46
46
</dependencies >
47
47
</project >
Original file line number Diff line number Diff line change 81
81
<artifactId >maven-javadoc-plugin</artifactId >
82
82
<version >@project.version@</version >
83
83
<configuration >
84
- <tagletArtifacts >
85
- <tagletArtifact >
86
- <groupId >org.apache.maven.plugin-tools</groupId >
87
- <artifactId >maven-plugin-tools-javadoc</artifactId >
88
- <version >3.3</version >
89
- </tagletArtifact >
90
- </tagletArtifacts >
84
+ <tags >
85
+ <tag >
86
+ <name >goal</name >
87
+ <placement >X</placement >
88
+ </tag >
89
+ <tag >
90
+ <name >phase</name >
91
+ <placement >X</placement >
92
+ </tag >
93
+ <tag >
94
+ <name >parameter</name >
95
+ <placement >X</placement >
96
+ </tag >
97
+ <tag >
98
+ <name >required</name >
99
+ <placement >X</placement >
100
+ </tag >
101
+ </tags >
91
102
</configuration >
92
103
<reportSets >
93
104
<reportSet >
Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.apache.maven</groupId >
52
52
<artifactId >maven-plugin-api</artifactId >
53
- <version >3.6.0 </version >
53
+ <version >@mavenVersion@ </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >org.apache.maven</groupId >
57
57
<artifactId >maven-core</artifactId >
58
- <version >3.8.1 </version >
58
+ <version >@mavenVersion@ </version >
59
59
</dependency >
60
60
<dependency >
61
61
<groupId >org.apache.maven.plugin-tools</groupId >
62
62
<artifactId >maven-plugin-annotations</artifactId >
63
- <version >3.6.0 </version >
63
+ <version >@pluginPluginVersion@ </version >
64
64
<optional >true</optional >
65
65
</dependency >
66
66
<dependency >
69
69
<version >${project.version} </version >
70
70
</dependency >
71
71
</dependencies >
72
- </project >
72
+ </project >
Original file line number Diff line number Diff line change 65
65
</goals >
66
66
</execution >
67
67
</executions >
68
+ <configuration >
69
+ <goalPrefix >module2</goalPrefix >
70
+ </configuration >
68
71
</plugin >
69
72
</plugins >
70
73
</build >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.apache.maven</groupId >
46
46
<artifactId >maven-plugin-api</artifactId >
47
- <version >3.0 </version >
47
+ <version >@mavenVersion@ </version >
48
48
</dependency >
49
49
<dependency >
50
50
<groupId >org.apache.maven.plugin-tools</groupId >
51
51
<artifactId >maven-plugin-annotations</artifactId >
52
- <version >3.6.0 </version >
52
+ <version >@pluginPluginVersion@ </version >
53
53
</dependency >
54
54
</dependencies >
55
55
</dependencyManagement >
Original file line number Diff line number Diff line change 44
44
<artifactId >maven-compiler-plugin</artifactId >
45
45
<version >@compilerPluginVersion@</version >
46
46
</plugin >
47
- <plugin >
48
- <groupId >org.apache.maven.plugins</groupId >
49
- <artifactId >maven-surefire-plugin</artifactId >
50
- <version >@surefirePluginVersion@</version >
51
- </plugin >
52
47
</plugins >
53
48
</pluginManagement >
54
49
<plugins >
Original file line number Diff line number Diff line change @@ -90,11 +90,6 @@ under the License.
90
90
</execution >
91
91
</executions >
92
92
</plugin >
93
- <plugin >
94
- <groupId >org.apache.maven.plugins</groupId >
95
- <artifactId >maven-surefire-plugin</artifactId >
96
- <version >@surefirePluginVersion@</version >
97
- </plugin >
98
93
</plugins >
99
94
</pluginManagement >
100
95
</build >
You can’t perform that action at this time.
0 commit comments