slawekjaranowski commented on code in PR #201:
URL: https://github.com/apache/maven-ejb-plugin/pull/201#discussion_r2679785263


##########
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:
   If some of ITs fail we can skip only failed ITs ... or whole build is 
affected?



-- 
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]

Reply via email to