gnodet commented on PR #726:
URL: https://github.com/apache/maven-mvnd/pull/726#issuecomment-1399970334

   > Note that I have the following:
   > 
   > ```
   > > mvnd -q -DforceStdout help:evaluate -Dexpression=project.version 
--raw-streams  -l >(sed 's/^/in log: /') 2>/dev/null
   > 1.0.0-SNAPSHOT
   > > mvnd -q -DforceStdout help:evaluate -Dexpression=project.version 
--raw-streams  1> >(sed 's/^/in log: /') 2>/dev/null
   > in log: 1.0.0-SNAPSHOT
   > ```
   
   So I think the problem is that mvnd implements the `-l` switch in a 
different way than maven.  I think fixing that will lead to a behaviour which 
will be closer to the maven one.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to