Hello,

   So, the recommended way is to have something like this, correct?

   xx-weblogic (all code for web-application)
xx-webapp (the actual war, containing src/main/webapp, src/main/resources, but no src/main. Code is really included though .jar files in lib).

-jr

Wendy Smoak wrote:
On Fri, Aug 28, 2009 at 1:06 PM, Jim Collings<[email protected]> wrote:
So I have a jar that needs to be in an assembly but not in the war
file. It's a jdbc driver for the appserver.
How can I get it into the compressed archive but outside of the *.war file?

How is your project structured now?  Are you trying to build the
assembly out of the same module that builds the webapp?

If so, moving the assembly to a separate module may make things easier.

I'm guessing, so if that's not it, give us more details.


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

Reply via email to