Hi Kevin, > What I want to do is just download all artifacts not in "com.spinn3r.* “ > group ID.
Did you try: mvn dependency:go-offline -DexcludeGroupIds=com.spinn3r ... ? Regards, Curtis On Wed, Jul 22, 2015 at 10:50 PM, Kevin Burton <bur...@spinn3r.com> wrote: > What I want to do is just download all artifacts not in "com.spinn3r.* “ > group ID. > > They aren’t built yet or in any repositories yet. This is for a continuous > integration systems so I want to pre-cache them. After this they’re just > restored from cache to build faster. > > > > Is your repo on the same computer as the CI system? > > > > > No.. different. > > > > Maven does cache dependencies locally after they are downloaded from your > > repo. > > > > Yes. But this is a hosted CI build system (CircleCI) so everything is a > container and wiped out each time. > > > -- > > Founder/CEO Spinn3r.com > Location: *San Francisco, CA* > blog: http://burtonator.wordpress.com > … or check out my Google+ profile > <https://plus.google.com/102718274791889610666/posts> >