ppalaga opened a new pull request, #2557: URL: https://github.com/apache/cxf/pull/2557
https://issues.apache.org/jira/browse/CXF-9158 This PR does the following: * Download the suffix file to rt/transports/http/src/main/resources/mozilla/public-suffix-list.txt instead of target * Put the plugin into a new profile called `online` that is active by default unless the build is run with `-Doffline` * Add a check to the CI script to fail if there are uncommitted changes in rt/transports/http/src/main/resources/mozilla/public-suffix-list.txt so that we are notified if the list is changed and so that we are forced to have all the changes in git for the offline build. * This also helps to make this aspect of the build reproducible (when building with -Doffline). -- 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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org