The question in question was mine rather than Mr. Russo's. ;-)

So I've created a SunWebserver module and added the jar as a
dependency.  What maven is producing now is nothing when I use the
compile goal and a jar with manifest.mf, pom.xml, pom.properties etc.
Still no jar though. Not even as a subcomponent of the produced jar
file.


Jim C.


On Fri, Aug 28, 2009 at 10:43 PM, Wendy Smoak<[email protected]> wrote:
> Yes, it's common to have the code in a separate module from the
> webapp.  It makes it easier to do unit testing of the code separately
> from integration testing the webapp.
>
> I'm not sure how that relates to your original question though.  I see
> the jar module and the war module... where is the assembly plugin
> configured?  (Or, were you using 'assembly' in a generic sense?)
>
> If you're just trying to convince Maven not to put your JDBC driver in
> the war, try using 'provided' scope for that dependency.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to