Switch from Travis to GitHub Actions by stefanseifert · Pull Request #114 · mojohaus/build-helper-maven-plugin (original) (raw)
- expected are generated ports from 1024 upwards (unreserved ports)
- that seemed to work on unix-only with the existing integration test - but no longer on GitHub actions images - for those ports 800 onwards are returned
- the code we are validating from MBUILDHELPER-51 uses the minimum port number 1024 only if a max port is defined, but no min port - changing the IT to test exactly this
- with this, we do not longer have to restrict the text to unix (reverting MBUILDHELPER-65)