I tried the following.. but that doesn’t work.  hm… stumped on this one.

mvn -DexcludeGroupIds=com.spinn3r.artemis -DexcludeTransitive=true
dependency:resolve
mvn -DexcludeArtifactIds=artemis -DexcludeTransitive=true dependency:resolve

On Wed, Jul 22, 2015 at 8:13 PM, Kevin Burton <bur...@spinn3r.com> wrote:

> I need a way to fetch all external dependencies that aren’t just a
> submodule in my current project.
>
> So things like junit, mockito, log4j, jetty, etc. I want to pull down all
> that stuff.
>
> However, I do NOT want it to include dependencies from the project.  Those
> aren’t built yet so they’re not in any repo.
>
> This is important for our continuous integration system. I want to
> pre-cache these so that they’re local. It will shave 2-5 minutes off our
> build time.  We have about 200 external dependencies that we pull in so
> this init process takes a long time (and wastes resources).
>
> --
>
> 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>
>
>


-- 

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>

Reply via email to