Hi,

I want to package a JavaEE app for IBM Websphere that contains several jars, wars and external libs (also jars). More than one war references the same jars.

Now what happens is that the wars packaged by the Gradle war plugin contain the same jar files over and over again. What I really want is that the wars do not contain any jars but that all jars are packaged into the surrounding ear file, just like Rational App Developer does it.

So:
* ear should contain wars and jars
* wars should contain WEB-INF/*.xml and WEB-INF/classes, only
* jars should contain Java classes

How do I do this with Gradle?

Cheers,
Matthias


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to