Skip to content

Commit

Permalink
[MRRESOURCES-136] Upgrade Parent to 40
Browse files Browse the repository at this point in the history
- use plugins configurations from parent
  • Loading branch information
slawekjaranowski committed Aug 30, 2023
1 parent c663e69 commit 32de3df
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>39</version>
<version>40</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -54,7 +54,7 @@ under the License.
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/</url>
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/</url>
</ciManagement>
<distributionManagement>
<site>
Expand Down Expand Up @@ -351,17 +351,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>generate-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down Expand Up @@ -410,29 +399,12 @@ under the License.
SUREFIRE-1385: Cannot set maven.repo.local directly because it might have been set by the user
on the CLI directly (and it would be preferred)
-->
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<!-- TODO remove with next parent -->
<version>3.5.1</version>
<executions>
<execution>
<id>install-descriptor</id>
<goals>
<goal>install</goal>
</goals>
<phase>pre-integration-test</phase>
<configuration>
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 32de3df

Please sign in to comment.