jira-importer
jira-importer
**[Hervé Boutemy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hboutemy)** commented ah ok, I didn't expect this case where appending has no real meaning
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented [Paul Hammant](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paul), do you want to provide a patch for the warning?
**[Paul Hammant](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paul)** commented You mean old fashioned patch, as there's no GH repo , right ? Sure. On Mon, Apr 17, 2017 at 3:35 PM, Michael Osipov (JIRA)
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented There is, here is the mirror: https://github.com/apache/maven-plugins.
**[Emanuel Ciuca](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=eciuca)** commented Hi! I created MDEP-695 to add a new format for the dependency tree and I also have the same issue. I would like to be able to...
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented I also do source shading sometimes and improved something in MSHADE-252, which was just merged yesterday. I stumbled across this one and whated to verify if it...
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented OK, I checked out your branch and got confirmation for what I asked you about before: * You are trying to create an uber JAR containing both...
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented You can not skip output for other step of Maven build. Can you try outputFile parameters - https://maven.apache.org/plugins/maven-dependency-plugin/tree-mojo.html#outputFile Will be what you are looking for?
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented No, outputFile is not what I'm asking for. I want to see what I asked for, on the console, and nothing else (unless the project can't...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented So you invoke dep tree on top of a reactor? And what you expect to see, one tree? Some hints: -ntp = no transport logs -N =...