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?

Best regards, Jan
-- 
 +- Jan T. Kim -------------------------------------------------------+
 |             email: j....@uea.ac.uk                                 |
 |             WWW:   http://www.cmp.uea.ac.uk/people/jtk             |
 *-----=<  hierarchical systems are for files, not for humans  >=-----*

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to