gemmellr commented on code in PR #1532:
URL: https://github.com/apache/activemq/pull/1532#discussion_r2518979767


##########
pom.xml:
##########
@@ -1340,6 +1340,39 @@
       </activation>
       <build>
         <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-enforcer-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>enforce-maven</id>
+                <goals>
+                  <goal>enforce</goal>
+                </goals>
+                <configuration>
+                  <rules>
+                    <requireMavenVersion>
+                      <version>3.0.5</version>

Review Comment:
   I'd definitely use something much newer than 3.0.5 since most current 
plugins dont work with versions that old (baseline is 3.6.3 currently I think), 
though I probably wouldnt require 3.9.11 either (even though it is what I am 
now using) but perhaps some older 3.9.x.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to