https://issues.apache.org/bugzilla/show_bug.cgi?id=56591

--- Comment #1 from Jan Mat <[email protected]> ---
A MANIFEST-only jar is built if there are no files to archive.
Do you delete the WEB-INF/classes directory after jar'ing them?
In that case the 2nd invocation won't find any files.

Also have a look at your includes attribute.
  includes="com/<>/mod/${module.name}"
This does NOT mean any files under 'x' (e.g.
com.mycompany.mod.x.internal.MyClass).
For recursive search use the trailing '/'
  includes="com/<>/mod/${module.name}/"

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to