Bukama commented on code in PR #201:
URL: https://github.com/apache/maven-ejb-plugin/pull/201#discussion_r2679871779
##########
pom.xml:
##########
@@ -190,6 +190,19 @@ under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>3.6.2</version>
+ <configuration>
+ <rules>
+ <!-- As of 2026-01-10 the build is not ready for Maven 4.0.0-rc5,
excluding 3.99.99+ as 4.0.0 would not exclude alphas/beta/rc -->
+ <requireMavenVersion>
+ <version>[3.6.3,3.99.99)</version>
+ </requireMavenVersion>
Review Comment:
at least one, but to avoid others to run into the same issue and waste time
trying to figure out I added the rule and also created an issue in Github. But
I can also remove it and set the trap for others again until someone ports the
addon to Maven 4
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]