Baptiste Mathus created MNG-5458:
------------------------------------

             Summary: Missing newline when using -V
                 Key: MNG-5458
                 URL: https://jira.codehaus.org/browse/MNG-5458
             Project: Maven 2 & 3
          Issue Type: Bug
    Affects Versions: 3.1.0-alpha-1
         Environment: linux x64, jdk
            Reporter: Baptiste Mathus
            Priority: Minor


When using mvn -V, there's a small difference in the output:

With m3.0.4:
$ mvn -V clean verify
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /home/tiste/tools/Mavens/maven
Java version: 1.6.0_37, vendor: Sun Microsystems Inc.
Java home: /home/tiste/tools/JDKs/jdk1.6.0_37/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-26-generic", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO]                                                                         

With m3.1.0-alpha-1:
$ mvn -V clean verify
Apache Maven 3.1.0-alpha-1 (262b9bb1ef91d1414e5162d9dd0f5522e7186202; 
2013-03-30 22:38:49+0100)
Maven home: /home/tiste/tools/Mavens/maven
Java version: 1.6.0_37, vendor: Sun Microsystems Inc.
Java home: /home/tiste/tools/JDKs/jdk1.6.0_37/jre
Default locale: fr_FR, platform encoding: UTF-8
OS name: "linux", version: "3.5.0-26-generic", arch: "amd64", family: 
"unix"[INFO] Scanning for projects...
[INFO]    

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to