rotty3000 commented on PR #322: URL: https://github.com/apache/felix-dev/pull/322#issuecomment-2483438785
Fair, but these are incorrect assumptions: > don't know it by name You can use a regex which gets all dependencies? matching is a regex across the names of all artifacts.. so just match all! > don't check in the jar into your code repository You don't need to care where the jar is, only that maven will ultimately already have gotten it for you! The rest may be arguably true, but this is widely used in very large projects with MANY jars (please, if you dare, look at [this repo](https://github.com/liferay/liferay-portal) and search for `-includeresource`). -- 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...@felix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org