Skip to content

Commit

Permalink
Remove useless maven configurations
Browse files Browse the repository at this point in the history
* tycho-version is already set in parent, no point in repeating it
* resolver=p2 is not supported configuration for ages
  • Loading branch information
akurtakov committed Jan 12, 2024
1 parent f725bb0 commit 35beb0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<resolver>p2</resolver>
<environments>
<environment>
<os>linux</os>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<format>'${buildId}'</format>
</configuration>
Expand All @@ -40,7 +39,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<resolver>p2</resolver>
<environments>
<environment>
<os>linux</os>
Expand Down

0 comments on commit 35beb0c

Please sign in to comment.