Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-2
-
Fix Version/s: 1.0-alpha-3
-
Component/s: Test
-
Labels:None
-
Environment:maven 2.0.9, Win XP, Java 1.5
-
Number of attachments :
Description
In a corporate environnement I define in MAVEN_OPTS the properties org.apache.maven.global-settings and org.apache.maven.user-settings to define custom settings for the user and its environment.
MAVEN_OPTS=-Xss64m -XX:MaxPermSize=256m -Xms64m -Xmx512m -Duser.language=en -Duser.locale=en -Duser.home=E:\Dev\data\settings -Dorg.apache.maven.global-settings =E:\Dev\data\settings/jtbox-settings.xml -Dorg.apache.maven.user-settings=E:\Dev\data\settings/user-settings.xml
In my customized global settings I define a location for the local repository which isn't the default location.
When I use the shitty plugin it installs the testing version of the plugin in my custom local repository. But When my integration tests are launched, maven uses the default location for the local repository and it doesn't find the testing version of my plugin.
Activity
Arnaud Heritier
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | Forked Maven process doesn't use properties | Forked Maven process doesn't use properties org.apache.maven.global-settings and org.apache.maven.user-settings |
Arnaud Heritier
made changes -
| Affects Version/s | 1.0-rc-1 [ 13670 ] | |
| Project | GMaven [ 11532 ] | Maven 2.x SHITTY Plugin [ 11680 ] |
| Key | MGROOVY-153 |
|
| Component/s | Test [ 13062 ] | |
| Affects Version/s | 1.0-alpha-2 [ 13891 ] | |
| Affects Version/s | 1.0-rc-2 [ 13918 ] | |
| Component/s | execute [ 12732 ] |
Arnaud Heritier
made changes -
| Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
| Summary | Forked Maven process doesn't use properties org.apache.maven.global-settings and org.apache.maven.user-settings | Add support for properties org.apache.maven.global-settings and org.apache.maven.user-settings in maven forked processes |
Arnaud Heritier
made changes -
| Assignee | Jason Dillon [ user57 ] | Arnaud Heritier [ aheritier ] |
Arnaud Heritier
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 1.0-alpha-3 [ 14110 ] |