[
https://issues.apache.org/jira/browse/MPH-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16563378#comment-16563378
]
Patrick van Rhijn commented on MPH-154:
---------------------------------------
I'm looking into the fact that the line "Picked up..." is generated by the jvm
and is specific to the jvm. The result differs when you use a zulu, openjdk or
a oracle jre. So I'm looking into a way to suppress this message on the OS.
> The output of the plugin should contain a line-ending
> -----------------------------------------------------
>
> Key: MPH-154
> URL: https://issues.apache.org/jira/browse/MPH-154
> Project: Maven Help Plugin
> Issue Type: Improvement
> Reporter: Patrick van Rhijn
> Priority: Major
>
> When you use the plugin the output doesn't contain a line-ending making the
> output hard to use in scripting when you have JAVA_OPTIONS defined.
> In the current situation the plugin gives me the following output:
> $ mvn -N -q org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate
> -Dexpression='project.groupId' -DforceStdout=true
> *nl.foo.barPicked up _JAVA_OPTIONS: -XX:+ForceTimeHighResolution
> -Dsun.java2d.noddraw=true -Duser.timezone='Europe/Amsterdam'*
> It would be better if the output would be divided over two lines and look
> like the output of the exec-maven-plugin:
> $ mvn -N -q -Dexec.executable='echo' -Dexec.args='${project.groupId}'
> org.codehaus.mojo:exec-maven-plugin:1.4.0:exec
> *nl.foo.bar*
> *Picked up _JAVA_OPTIONS: -XX:+ForceTimeHighResolution
> -Dsun.java2d.noddraw=true -Duser.timezone='Europe/Amsterdam'*
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)