Skip to content

Commit 5ab0672

Browse files
committed
Drop enforcer rule usage
It is used to enforce Maven 3.9 but used Tycho version itself requires 3.9.6 so this check is actually pointless and it's best to let Tycho define the requirement for Maven.
1 parent ab99aab commit 5ab0672

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

org.eclipse.swtchart.cbi/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,6 @@
9999
PLUGINS
100100
-->
101101
<plugins>
102-
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-enforcer-plugin</artifactId>
105-
<version>3.6.1</version>
106-
<executions>
107-
<execution>
108-
<id>enforce-maven</id>
109-
<goals>
110-
<goal>enforce</goal>
111-
</goals>
112-
<configuration>
113-
<rules>
114-
<requireMavenVersion>
115-
<version>3.9</version>
116-
</requireMavenVersion>
117-
</rules>
118-
</configuration>
119-
</execution>
120-
</executions>
121-
</plugin>
122102
<plugin>
123103
<groupId>${tycho.groupid}</groupId>
124104
<artifactId>tycho-packaging-plugin</artifactId>

0 commit comments

Comments
 (0)