Karl Heinz Marbaise created MNG-6077:
----------------------------------------

             Summary: Options given in maven.config can not be overwritten via 
command line
                 Key: MNG-6077
                 URL: https://issues.apache.org/jira/browse/MNG-6077
             Project: Maven
          Issue Type: Improvement
          Components: Command Line
    Affects Versions: 3.3.9
            Reporter: Karl Heinz Marbaise
            Priority: Minor


If you use the {{.mvn/maven.config}} and define for example {{-T 3}} in it you 
will always use it if you run Maven. There is no possibility to change this 
except to change the {{.mvn/maven.config}} file. The expected behaviour would 
be simply to define options on command line like:
{code}
mvn -T 1 clean package
{code}
and those options from command line should have precedence over them in the 
{{.mvn/maven.config}} file.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to