You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/10/21 04:12:42 UTC

[GitHub] [activemq-artemis] clebertsuconic edited a comment on pull request #3801: ARTEMIS-3523: Expose replay through AddressControl

clebertsuconic edited a comment on pull request #3801:
URL: https://github.com/apache/activemq-artemis/pull/3801#issuecomment-948241083


   also, next time you mvn build, use the -Pdev profile at least once.. it takes some extra time, but it will run the check style.. etc...
   
   the -Derrorprone may also help with the PR checks to make sure it passes it. 
   ```
   mvn -Pdev install -Derrorprone
   ```
   
   One thing I do all the time:
   
   ```
   mvn -Pdev install -DskipTests=true -Derrorprone
   ```
   
   I actually have an alias on my OS to those scripts... 


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org