Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.2.1 and Maven 3.0 beta, windows
-
Complexity:Intermediate
-
Number of attachments :
Description
We cannot specify variables to define a system path. Maven complains about absolute path. This is a pain which forces us to either hard code the path or use -DlocalRepository flag.
Is there a way to use settings from settings.xml to refer to this property?
<systemPath>$
{settings.localRepository}/my.jar</systemPath>
Issue Links
- is related to
-
MNG-4148
Apply profiles from settings.xml to POMs built from the repository
-