jira-importer

Results 1114 comments of jira-importer

**[Dennis Lundberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dennisl)** commented In my opinion what you have described above is working as intended. If you add a dependency on some-parent and don't specify the type, Maven and its...

**[Tatu Saloranta](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowtowncoder)** commented I wish I had found this issue sooner, before wasting hours trying to resolve the same issue. It looks like `module-info.class` is dropped if: 1. "minimize" enabled...

jmpoholarz: Related PR: https://github.com/apache/storm/pull/3385   Ethan pointed out there is a builtin __emit-count metric which might be sufficient for the Event emit rate metric proposed.   Is the builtin emitted metric not...

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented Based on the description this seems likely to be a bug in the analyzer, not the dependency-plugin. Can we move the issue there?

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented Manual bisecting suggests this was introduced in maven-dependency-analyzer 1.13.1 and is still present in 1.15.0

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented https://github.com/apache/maven-dependency-analyzer/pull/82/files looks like the most likely culprit. Other changes in the release notes are just dependency upgrades and utility method replacements.

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented See MDEPLOY-318, same issue same problem. Also see MNG-8137 and MNG-8138 as well.

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented And full story w/ explanation here https://github.com/spring-projects/spring-boot/issues/40952#issuecomment-2146868703

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Direct mojo invocation like `jar:jar` instructs Maven "do create a JAR for the project", and Maven obeys (creates empty JAR with Maven metadata only as there are...

**[Christian Kohlschütter](https://issues.apache.org/jira/secure/[email protected])** commented I've encountered the same problem. I just saw your bug report after filing MINSTALL-201 with some root cause analysis and a potential fix.