Github user johnament commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/282#discussion_r48199519
  
    --- Diff: pom.xml ---
    @@ -115,11 +115,11 @@
           -->
     
           
<activemq-surefire-argline>-Djava.util.logging.manager=org.jboss.logmanager.LogManager
    -         
-Dlogging.configuration=file:${activemq.basedir}/tests/config/logging.properties
    -         -Djava.library.path=${activemq.basedir}/artemis-native/bin/ 
-Djgroups.bind_addr=localhost 
-Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost
    +         
-Dlogging.configuration='file:${activemq.basedir}/tests/config/logging.properties'
    +         -Djava.library.path='${activemq.basedir}/artemis-native/bin/' 
-Djgroups.bind_addr=localhost 
-Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost
              -Djava.net.preferIPv4Stack=true
           </activemq-surefire-argline>
    -      <activemq.basedir>${project.basedir}</activemq.basedir>
    +      <activemq.basedir>${basedir}</activemq.basedir>
    --- End diff --
    
    `${basedir}` represents the directory that this pom is in, absolutely, 
without any doubts.  No reason to redeclare it in every pom.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to