rmannibucau commented on code in PR #1541:
URL: https://github.com/apache/activemq/pull/1541#discussion_r2608496530


##########
activemq-mqtt/pom.xml:
##########
@@ -293,6 +294,70 @@
         </plugins>
       </build>
     </profile>
+    <profile>
+     <id>parallel-tests</id>
+     <activation>
+       <property>
+         <name>parallel-tests</name>
+       </property>
+     </activation>
+     <build>
+       <plugins>
+         <plugin>
+           <artifactId>maven-surefire-plugin</artifactId>

Review Comment:
   side note: best practise would be to also set the groupId to qualify the 
plugin, here you do use a legacy old maven style feature which can lead to 
conflicts randomly depending user configuration.



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