Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: POM
-
Labels:None
-
Number of attachments :
Description
I am trying to make some sort of custom skinny war files without having to use profiles which tend to be very verbose.
So I am using <optional>true</optional> to make those dependencies not being packaged.
In order to make this conditional, I tried to use a <property> to define the default value, which I can override in the command line.
This doesn't work. See attached test case.
check for bug - but is this better achieved with profiles?