[GitHub] [maven-dependency-plugin] ThStock commented on pull request #76: avoid trailing whitespace

2020-07-18 Thread GitBox
ThStock commented on pull request #76: URL: https://github.com/apache/maven-dependency-plugin/pull/76#issuecomment-660441146 Ping @michael-o  This is an automated message from the Apache Git Service. To respond to the

[GitHub] [maven-dependency-plugin] ThStock commented on pull request #76: avoid trailing whitespace

2020-07-15 Thread GitBox
ThStock commented on pull request #76: URL: https://github.com/apache/maven-dependency-plugin/pull/76#issuecomment-658934157 Can I help in some way? This is an automated message from the Apache Git Service. To respond to

[GitHub] [maven-dependency-plugin] ThStock commented on pull request #76: avoid trailing whitespace

2020-07-08 Thread GitBox
ThStock commented on pull request #76: URL: https://github.com/apache/maven-dependency-plugin/pull/76#issuecomment-655439281 Yes ... I'm not sure what you are trying to get from me. I'm not familiar with your project acceptance rules. I found a little thing and offered a little fix, that

[GitHub] [maven-dependency-plugin] ThStock commented on pull request #76: avoid trailing whitespace

2020-07-07 Thread GitBox
ThStock commented on pull request #76: URL: https://github.com/apache/maven-dependency-plugin/pull/76#issuecomment-655104731 ``` cat pom.xml && mvn -U dependency:tree -DoutputFile=dep.tree && sed 's, $,TRAILING_SPACE,g' dep.tree http://maven.apache.org/POM/4.0.0;

[GitHub] [maven-dependency-plugin] ThStock commented on pull request #76: avoid trailing whitespace

2020-07-07 Thread GitBox
ThStock commented on pull request #76: URL: https://github.com/apache/maven-dependency-plugin/pull/76#issuecomment-655092717 > This could use a Jira issue explaining the bug (if it is one) and a test case demonstrating it. It is not a bug, but it will be nice if _all_ lines ends

[GitHub] [maven-dependency-plugin] ThStock commented on pull request #76: avoid trailing whitespace

2020-07-07 Thread GitBox
ThStock commented on pull request #76: URL: https://github.com/apache/maven-dependency-plugin/pull/76#issuecomment-655089505 > How can that happen? It can happen if you have an " (optional) " dependecy .. see line 222 in ResolveDependenciesMojo.java