ppalaga commented on a change in pull request #634: Run native tests with GitHub Actions URL: https://github.com/apache/camel-quarkus/pull/634#discussion_r368216619
########## File path: pom.xml ########## @@ -602,6 +602,38 @@ <native-image.container-runtime>docker</native-image.container-runtime> </properties> </profile> + + <profile> + <id>no-apache-snapshots</id> + <activation> + <activeByDefault>false</activeByDefault> Review comment: Remote snapshots are evil because they make builds non-reproducible. I vote for having this the other way round: off by default, active only in a non-default profile. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services