jira-importer

Results 1103 comments of jira-importer

**[Bruno Medeiros](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=brunojcm)** commented > There is no problem running `mvn` in single-thread mode. > I can confirm this bug, same thing happening here if `-T4C` is added to the build....

**[Peter De Maeyer](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=peterdm)** commented [Mark Struberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=struberg), I noticed you assigned this to yourself - are you working on this? I'm working on a fix myself too...

**[Andrei Solntsev](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=asolntsev)** commented How is it possible that this mega-critical bug is still not fixed? ... :(     

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Everything in your hands. Please: - add IT test to project which show such bug - fix bug - create PR

**[Christopher Lambert](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=christopher.lambert)** commented i've created a PR with an IT and a proposed fix (but unsure about its general correctness): https://github.com/apache/maven-shade-plugin/pull/149 We saw the problem as in the added IT...

**[Frantisek Hartman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=frant.hartm)** commented I came across this issue when upgrading from shade plugin 3.2.x to 3.4.x. The problem is with the use of createDependencyReducedPom=true (true by default) together with shadedArtifactAttached=true...

**[Neeme Praks](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=neeme)** commented Attached a patch to: * print a nice error message when there is an error while reading JAR file contents (includes JAR entry path and JAR file...

**[Bruce Wen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wengm)** commented Any workaround for this? I tried to use filter in configuration, but not workable. ```xml org.apache.maven.plugins maven-shade-plugin 3.0.0 package shade *:* META-INF/*.SF META-INF/*.DSA META-INF/*.RSA ```

**[Zsombor Gegesy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zsombor)** commented I've rebased your patch and submitted on [github](https://github.com/apache/maven-shade-plugin/pull/122), as I've encountered the same problem, and with it, I could solve it. Hopefully, someone with commit rights can...

**[Guillaume Nodet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gnt)** commented A reproducer would be welcomed. I've tried the provided project but it seems to works for me. [Zsombor Gegesy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zsombor) do you have one ?