You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/11/24 19:13:33 UTC

[GitHub] cosmin commented on issue #2: MDEP-568 respect excludeGroupIds in go-offline

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:
users@infra.apache.org


With regards,
Apache Git Services