You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2014/01/09 23:46:47 UTC

[jira] (MNG-5458) Missing newline when using -V

     [ https://jira.codehaus.org/browse/MNG-5458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte updated MNG-5458:
--------------------------------

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

With m3.0.4:
{noformat}
$ 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]                                                                         
{noformat}

With m3.1.0-alpha-1:
{noformat}
$ 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]
{noformat}    

  was:
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]    

    
> 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
>            Assignee: Arnaud Heritier
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> When using mvn -V, there's a small difference in the output:
> With m3.0.4:
> {noformat}
> $ 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]                                                                         
> {noformat}
> With m3.1.0-alpha-1:
> {noformat}
> $ 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]
> {noformat}    

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