jira-importer

Results 1114 comments of jira-importer

**[Henning Schmiedehausen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henning)** commented Please try 3.3.0 and add  ` ` `    *` ``   to the plugin configuration.

**[Roman Huber](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=alerosmile)** commented This still exists with 3.5.0. I have the following setup: * My project has a dependency 'A' with a compile scope dependency 'B' * I'm using classes...

**[Henning Schmiedehausen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henning)** commented `use true`  

**[Richard Eckart de Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** commented Is there any reason why `ignoreAllNonTestScoped` is not `true` by default?

**[Richard Eckart de Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** commented I still think this is a bug because the analyzer should be able to find a path from classes included in `A` to classes included...

**[Richard Eckart de Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** commented Here is another reproducer. * Either maven-dependency-plugin complains about ``` [ERROR] Non-test scoped test only dependencies found: [ERROR] example:library:jar:0.0.1-SNAPSHOT:compile ``` * or if I make...

**[Richard Eckart de Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** commented Analyzing the bytecode of the consumer class, the reference to `library.LibraryObject` can be seen in the method reference that is in the constant pool. ```...

**[Richard Eckart de Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** commented Btw. I can reproduce https://github.com/hgschmie/mdep757 on Java 11 with ``` 1.11.3 3.2.0 ``` but not with (or higher) ``` 1.13.0 3.3.0 ```

**[Richard Eckart de Castilho](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rec)** commented Fix for the second reproducer: https://github.com/apache/maven-dependency-analyzer/pull/82

**[Henning Schmiedehausen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=henning)** commented you are most likely correct but you need to convince the maintainers of the plugin and the dependency analyzer library that they are not which in my...