Skip to content

Commit

Permalink
Remove Maven prerequisite
Browse files Browse the repository at this point in the history
Fixes
```
[WARNING] The project
org.eclipse.platform:eclipse.platform.releng.buildtools:pom:1.1.0-SNAPSHOT
uses prerequisites which is only intended for maven-plugin projects but
not for non maven-plugin projects. For such purposes you should use the
maven-enforcer-plugin. See
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
```
  • Loading branch information
akurtakov committed Mar 20, 2024
1 parent 32268cb commit 7f94bac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Expand Up @@ -18,9 +18,6 @@
<artifactId>eclipse.platform.releng.buildtools</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.9.0</maven>
</prerequisites>

<properties>
<tycho.version>4.0.6</tycho.version>
Expand Down

0 comments on commit 7f94bac

Please sign in to comment.