khmarbaise opened a new issue, #410:
URL: https://github.com/apache/maven-help-plugin/issues/410

   ### Affected version
   
   3.5.2
   
   ### Bug description
   
   If you use maven-help-plugin in combination with maven-4.0.0-rc-6 for 
example to get information about the `maven.compiler.release` property:
   ```
   $> RESULT=$(mvn help:evaluate -Dexpression=maven.compiler.release -q 
-DforceStdout)
   $> echo $RESULT
   [INFO] [stdout] 23
   ```
   That means the the expected value of `RESULT` should be `23` (With Maven3) 
but with Maven 4.0.0-rc-6 is `[INFO] [stdout] 23` which beaks scripting.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to