Skip to content

Commit

Permalink
Manage version of maven-toolchains-plugin.
Browse files Browse the repository at this point in the history
It's used for running tests in jdt.core and jdt.debug but all at
different version.
This is first step towards standardizing.
  • Loading branch information
akurtakov committed Nov 3, 2022
1 parent e7f7ab1 commit a596de7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eclipse-platform-parent/pom.xml
Expand Up @@ -573,6 +573,11 @@
<artifactId>xml-maven-plugin</artifactId>
<version>1.0.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-toolchains-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit a596de7

Please sign in to comment.