Version 2.1.1 of mvn task without maven install still uses Maven 2.0.10
-----------------------------------------------------------------------

                 Key: MANTTASKS-204
                 URL: http://jira.codehaus.org/browse/MANTTASKS-204
             Project: Maven 2.x Ant Tasks
          Issue Type: Bug
          Components: mvn task
    Affects Versions: 2.1.1
         Environment: Mac OSX 10.6.4
            Reporter: Kelly Davis


I am running the mvn task and it appears that version 2.1.1 of the Maven Ant 
Tasks is still using version 2.0.10 of Maven when you don't specify a local 
installation.

  <artifact:mvn pom="pom.xml">
    <arg value="--version"/>
  </artifact:mvn>

results in:

  [artifact:mvn] Maven version: 2.0.10
  [artifact:mvn] Java version: 1.6.0_22
  [artifact:mvn] OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: 
"mac"

The current docs indicate that it should be using 2.2.1.

-- 
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

        

Reply via email to