
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
CONTINUUM-2154.patch (4 kB)
|
|
Environment:
|
Ubuntu 8.10
JDK 1.6
Maven 2.0.9
Ubuntu 8.10
JDK 1.6
Maven 2.0.9
|
|
| Complexity: |
Intermediate
|
| Patch Submitted: |
Yes
|
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.
|
|
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.
|
Show » |
Sort Order:
|
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.