cosmin commented on issue #2: MDEP-568 respect excludeGroupIds in go-offline URL: https://github.com/apache/maven-dependency-plugin/pull/2#issuecomment-441389417 It worked for me and I ended up having to publish a patched a version under `con.offbytwo` so I can use it in my builds. For me the use case is to exclude inter-module dependencies in a multi-module project (since the module artifacts can’t be downloaded from anywhere else but rather need to be built). My specific reason for wanting to do this is to cache all dependies needed to build a project (keyed by pom hashes) and use that cache to speed up future builds. This is the recommended workflow in CircleCI for example, but any other container based builds would want a similar workflow. I believe there was some discussion about this on the Jira ticket as well.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
