Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Not A Bug
-
Affects Version/s: 2.1-alpha-2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
we use following configuration to produce jar-less war artifacts, in order to embed them to EAR:
<warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>
This does not work with release 2.1-alpha-2.
Switching to 2.1-alpha-1 solves the problem.
On closer inspection it is not the same issue as
MWAR-182.MWAR-182.