You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2005/10/10 03:42:24 UTC

[M2]Assemble provided scope

My project has all dependencies listed in the provided scope. When I set
the assembly descriptor to assemble the provided scope, I only get my
built jar. If I change it to runtime, it's the same. Compile and Test
grab all the provided scope jars but also include my test scopes (as
expect). Is it possible to just include the provided scope?