Maven assembly plugin and adding system dependencies to the classpath

Posted by NG on Stack Overflow See other posts from Stack Overflow or by NG
Published on 2010-03-27T23:40:25Z Indexed on 2010/03/27 23:43 UTC
Read the original article Hit count: 375

Filed under:

Hi,

I have some dependencies which I am providing myself. The jars are in the resources directory. In my pom they are scoped as system and I include the path to them. However, when I jar things up using the assembly plugin and use

<addClasspath>true</addClasspath>

It doesn't add the path of the system jars. How can I get them to be included automatically?

Thanks

© Stack Overflow or respective owner

Related posts about maven-2