Continuing the discussion from War task should allow bundling classes into jar:
Mark,
thanks!
but what about the resources?
when i try your example, I do have a JAR that includes all the classes (and resources), and the WAR has this JAR in the WEB-INF/lib. but in the WAR’s classpath (WEB-INF/classes), I do not have the resources…
is it possible to exclude the *.classes, but to remain the resources?
thanks againContinuing the discussion from War task should allow bundling classes into jar: