jira-importer

Results 858 comments of jira-importer

**[Kariem Hussein](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kariem)** commented Michael Osipov, 2024-06-07 > For now, this is by design. See PR for reasons. I do not see the reasons in the PR. Could you elaborate? If...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Did you read the entire PR discussion?

**[Kariem Hussein](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kariem)** commented Yes, this PR, right? https://github.com/apache/maven-dependency-plugin/pull/406 Is there another one? It could be that I do not understand the "reasons". Are they somewhere in [this comment](https://github.com/apache/maven-dependency-plugin/pull/406#issuecomment-2150966364)? For me,...

**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented There is difference between resolve and collect. As far as I remember resolve requires a reactor phase, it cannot it by its own. I need to did...

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented closed wrong bug my mistake. sorry

**[Stefan Hacker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hacst)** commented Is there any workaround for this issue to get the actual dependency tree of an artifact? Without knowledge about the parent you really don't know anything about...

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented Can you give an example, preferably very simple, of the difference between what we show now and what we'd show with the parent pom?

**[Pablo Caraballo Llorente](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paleloser)** commented If I didn't get it wrong, given this output: `org.acme:myproject:jar:1.2.0` `+- com.foo:a:jar:3.2.0:compile` `+- com.bar:b:jar:0.2.0:compile` (note I omitted transitive dependencies in the tree for simplicity) Where: *...

**[Michael Boyles](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michaelboyles)** commented Shouldn't you be doing this? They're on different lines, which is what you wanted. ```java -XDcompilePolicy=simple -Xplugin:ErrorProne -Xep:ObjectToString:ERROR ``` You say that it works when not forking,...

**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented The following pom part with dependencies is causing the issue: ```xml pomdeptest parent 1.0-SNAPSHOT pom pomdeptest sibling 1.0-SNAPSHOT ``` In particular the part: ```xml pomdeptest parent...