File tree Expand file tree Collapse file tree 2 files changed +16
-28
lines changed
src/it/setup_annotation-verify-plugin Expand file tree Collapse file tree 2 files changed +16
-28
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
<parent >
24
24
<groupId >org.apache.maven.plugins</groupId >
25
25
<artifactId >maven-plugins</artifactId >
26
- <version >41 </version >
26
+ <version >42 </version >
27
27
<relativePath />
28
28
</parent >
29
29
@@ -171,7 +171,6 @@ under the License.
171
171
<!-- used by maven-plugin-testing-harness -->
172
172
<groupId >org.codehaus.plexus</groupId >
173
173
<artifactId >plexus-xml</artifactId >
174
- <version >3.0.0</version >
175
174
<scope >test</scope >
176
175
</dependency >
177
176
<dependency >
@@ -221,29 +220,6 @@ under the License.
221
220
</java >
222
221
</configuration >
223
222
</plugin >
224
- <plugin >
225
- <groupId >org.apache.maven.plugins</groupId >
226
- <artifactId >maven-plugin-report-plugin</artifactId >
227
- <configuration >
228
- <requirementsHistories >
229
- <requirementsHistory >
230
- <version >from 3.13.0</version >
231
- <maven >3.6.3</maven >
232
- <jdk >8</jdk >
233
- </requirementsHistory >
234
- <requirementsHistory >
235
- <version >from 3.9.0 to 3.12.1</version >
236
- <maven >3.2.5</maven >
237
- <jdk >8</jdk >
238
- </requirementsHistory >
239
- <requirementsHistory >
240
- <version >from 3.0 to 3.8.1</version >
241
- <maven >3.0</maven >
242
- <jdk >7</jdk >
243
- </requirementsHistory >
244
- </requirementsHistories >
245
- </configuration >
246
- </plugin >
247
223
</plugins >
248
224
</pluginManagement >
249
225
@@ -268,9 +244,6 @@ under the License.
268
244
<execution >
269
245
<id >integration-test</id >
270
246
<configuration >
271
- <environmentVariables >
272
- <JENKINS_MAVEN_AGENT_DISABLED >true</JENKINS_MAVEN_AGENT_DISABLED >
273
- </environmentVariables >
274
247
<debug >true</debug >
275
248
<projectsDirectory >src/it</projectsDirectory >
276
249
<cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
Original file line number Diff line number Diff line change 92
92
</exclusions >
93
93
</dependency >
94
94
</dependencies >
95
+
96
+ <build >
97
+ <pluginManagement >
98
+ <plugins >
99
+ <plugin >
100
+ <groupId >org.apache.maven.plugins</groupId >
101
+ <artifactId >maven-plugin-plugin</artifactId >
102
+ <version >@version.maven-plugin-tools@</version >
103
+ <configuration >
104
+ <goalPrefix >annotation-verify</goalPrefix >
105
+ </configuration >
106
+ </plugin >
107
+ </plugins >
108
+ </pluginManagement >
109
+ </build >
95
110
</project >
You can’t perform that action at this time.
0 commit comments