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.
2323 <parent >
2424 <groupId >org.apache.maven.plugins</groupId >
2525 <artifactId >maven-plugins</artifactId >
26- <version >41 </version >
26+ <version >42 </version >
2727 <relativePath />
2828 </parent >
2929
@@ -171,7 +171,6 @@ under the License.
171171 <!-- used by maven-plugin-testing-harness -->
172172 <groupId >org.codehaus.plexus</groupId >
173173 <artifactId >plexus-xml</artifactId >
174- <version >3.0.0</version >
175174 <scope >test</scope >
176175 </dependency >
177176 <dependency >
@@ -221,29 +220,6 @@ under the License.
221220 </java >
222221 </configuration >
223222 </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 >
247223 </plugins >
248224 </pluginManagement >
249225
@@ -268,9 +244,6 @@ under the License.
268244 <execution >
269245 <id >integration-test</id >
270246 <configuration >
271- <environmentVariables >
272- <JENKINS_MAVEN_AGENT_DISABLED >true</JENKINS_MAVEN_AGENT_DISABLED >
273- </environmentVariables >
274247 <debug >true</debug >
275248 <projectsDirectory >src/it</projectsDirectory >
276249 <cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
Original file line number Diff line number Diff line change 9292 </exclusions >
9393 </dependency >
9494 </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 >
95110</project >
You can’t perform that action at this time.
0 commit comments