You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/06/07 11:29:04 UTC

[GitHub] lpapazow opened a new pull request #75: add fileNamesOnly property to only show file names

lpapazow opened a new pull request #75: add fileNamesOnly property to only show file names
URL: https://github.com/apache/maven-scm/pull/75
 
 
   For my maven project I need to create a file that contains the relative paths of all the changed files. 
   
   Instead of using a script file that calls `git diff --name-only`, I wanted to use this plugin.
   
   However, I couldn't find such an option in the documentation [here](https://maven.apache.org/scm/maven-scm-plugin/diff-mojo.html).  I was able to "trick" the plugin by adding the properties `endScmVersionType=branch`, `endScmVersion="--name-only"`.
   
   However, this is not a very nice workaround so I would like to propose a `fileNamesOnly` boolean property to only show file names if true.
   
   Signed-off-by: Lyubomir V. Papazov <lp...@gmail.com>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services