Forked Maven process doesn't use properties 
--------------------------------------------

                 Key: MGROOVY-153
                 URL: http://jira.codehaus.org/browse/MGROOVY-153
             Project: GMaven
          Issue Type: Bug
          Components: execute
    Affects Versions: 1.0-rc-2, 1.0-rc-1
         Environment: maven 2.0.9, Win XP, Java 1.5
            Reporter: Arnaud Heritier
            Assignee: Jason Dillon
            Priority: Blocker


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.

{code}
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
{code}

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to