Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.3 (Beta)
-
Fix Version/s: 1.3.3 (Beta)
-
Component/s: Data Management
-
Labels:None
-
Environment:Ubuntu 8.10
JDK 1.6
Maven 2.0.9
-
Complexity:Intermediate
-
Patch Submitted:Yes
-
Number of attachments :
Description
When you update your application with Data Management Client, the application only take account default maven home '.m2/settings.xml' or default repository home. If you have other configuration, it doesn't resolve local repository. It could be improved, checking enviroment var M2_HOME.
This patch checks M2_HOME, if this environment variable is in system, get maven setting.xml and then get repository location. If M2_HOME is not in system, the behavior is th same as before.