Jan T. Kim wrote:
> Dear All,
>
> is it possible to include system-scoped dependencies in a shaded jar?
> My dependencies look like this:
>
> <dependency>
> <groupId>jboss-stuff</groupId>
> <artifactId>jbossall-client</artifactId>
> <version>5.1</version>
> <scope>system</scope>
> <systemPath>${jbosshome}/client/jbossall-client.jar</systemPath>
> </dependency>
>
> I've tried adding
>
> <artifactSet>
> <includes>
> <include>jboss-stuff:*</include>
> </includes>
> </artifactSet>
>
> but the contents of jbossall-client.jar still don't get included in the
> shaded jar.
>
> Am I just making a stupid mistake? Or are system-scoped dependencies
> always excluded from shaded jars?
This jbossall-client.jar contains only a manifest, so what do you expect ?
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]