You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/11 09:38:55 UTC

[GitHub] [pulsar] nicoloboschi opened a new pull request, #15119: [fix][ci] Owasp check: do not use 'install verify' to avoid compilation failures

nicoloboschi opened a new pull request, #15119:
URL: https://github.com/apache/pulsar/pull/15119

   ### Motivation
   The OWASP check uses `mvn clean install verify` that can cause compilation failures
   For example: https://github.com/apache/pulsar/runs/5968671592?check_suite_focus=true#step:8:50
   
   ### Modifications
   
   * Use `mvn clean verify`
   
   - [x] `no-need-doc` 


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] lhotari merged pull request #15119: [fix][ci] Owasp check: do not use 'install verify' to avoid build failures

Posted by GitBox <gi...@apache.org>.
lhotari merged PR #15119:
URL: https://github.com/apache/pulsar/pull/15119


-- 
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: commits-unsubscribe@pulsar.apache.org

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