You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by mb...@wardour.com.au on 2007/01/29 13:13:44 UTC

Include jar files defined in dependency in ZIP

I have been able to create a ZIP file of my JPF module using
assembly:assembly as specified in a previous post. I am now having
problems adding the libraries that I have defined in the POM.xml as
specified below;

    <dependency>
      <groupId>mygroupid</groupId>
      <artifactId>myartifactid</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>

Is there a way to include the above defined jar file into my newly created
ZIP? I want to put it under the lib directory (which is yet to be
created). I am not sure if it has something to do with moduleSet or
something else with the assembly:assembly config.

Your help is much appreciated.

Mark

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