Issue Details (XML | Word | Printable)

Key: CONTINUUM-2154
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jose Morales Martinez
Reporter: Jose Morales Martinez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Continuum

Data management client only take into account default configuration

Created: 25/Mar/09 10:34 PM   Updated: 06/May/09 07:02 PM   Resolved: 06/May/09 07:02 PM
Return to search
Component/s: Data Management
Affects Version/s: 1.3.3
Fix Version/s: 1.3.3

Time Tracking:
Not Specified

File Attachments: 1. Text File CONTINUUM-2154.patch (4 kB)

Environment:
Ubuntu 8.10
JDK 1.6
Maven 2.0.9

Complexity: Intermediate
Patch Submitted: Yes


 Description  « Hide

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.



Jose Morales Martinez added a comment - 26/Mar/09 08:48 PM

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.


Brett Porter added a comment - 22/Apr/09 03:09 AM

would you like to apply this now?


Jose Morales Martinez added a comment - 06/May/09 02:32 AM

I think this improvement can be changed by:

Add new argument to Data ManagementClient. Something liked -s maven argument. This way we could set the setting file we want to use. I am working in this improvement.


Jose Morales Martinez added a comment - 06/May/09 07:02 PM

Fixed in revision 772469 for 1.4.0
Fixed in revision 772467 for 1.3.3