On Fri, Sep 4, 2009 at 12:02 PM, Jim Collings<jlistn...@gmail.com> wrote:
> Is there any way to do this? The jar in question is not part of my
> build but is part of my assembly as it needs to be installed into the
> web container by the installation script.
> I've had one suggestion so far that I should create a separate module
> for getting the jar but I'll need more details. The jar is never
> downloaded and after all why would it be?  There isn't any code in the
> module in question. It just makes an empty jar file. It has a pom and
> a manifest and that's it.

Add this jar as a <dependency> of the separate module that builds your
assembly.  The packaging of this module would be 'pom'.  Maven should
resolve the dependencies and download it for you, and you can include
it in your assembly.

-- 
Wendy

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

Reply via email to