Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.4
-
Fix Version/s: 2.0.9, 3.0-alpha-1
-
Component/s: Profiles
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The following won't activate. If I move it to a path without a space it works. This is for windows xp.
<file><exists>${user.home}/.m2/ydoc/lib/ydoc.jar</exists></file>
Actually I'm not sure if this is spaces. I tried it using ${basedir} with a path that didn't have spaces, it iddn't activate. I looked at the help:effective-pom and cut and pasted the whole url it was displaying there and it worked. Does that mean that profiles are being decided before the variable resolving is done?