Skip to content

Commit dc3a725

Browse files
[MCOMPILER-590] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#235)
* Bump org.apache.maven.plugins:maven-plugins from 41 to 42 Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 42. - [Release notes](https://github.com/apache/maven-parent/releases) - [Commits](https://github.com/apache/maven-parent/commits) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-plugins dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Cleanups with new parent --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
1 parent 8955a3e commit dc3a725

File tree

2 files changed

+16
-28
lines changed

2 files changed

+16
-28
lines changed

pom.xml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff 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>

src/it/setup_annotation-verify-plugin/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,19 @@
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>

0 commit comments

Comments
 (0)