jira-importer

Results 1072 comments of jira-importer

**[Robert Joseph Evans](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=revans2)** commented I'll see if I can test that out. Our build explicitly relies on maven 3.x, so I'll have to find out what it is doing that...

**[Trask Stalnaker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=traskstalnaker)** commented Oh sorry, that was a typo on my part, I meant that it works for me with 3.2.5, but fails with 3.3.1 and 3.3.3.

**[Trask Stalnaker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=traskstalnaker)** commented I did some bisecting and found the maven commit that broke this for me: https://github.com/apache/maven/commit/be3fb200326208ca4b8c41ebf16d5ae6b8049792 In particular, that commit introduced some code to not rebuild the model...

**[Robert Joseph Evans](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=revans2)** commented Thanks is great news. I will try and build/test with your updated version of maven. I'll let you know ASAP if it fixes the issue.

**[Robert Joseph Evans](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=revans2)** commented [Trask Stalnaker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=traskstalnaker) Yes you are correct that did fix the issue and put it all back to the way it should be. Thanks for jumping on...

**[Trask Stalnaker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=traskstalnaker)** commented Maven issue submitted https://issues.apache.org/jira/browse/MNG-5899

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented still an issue?

**[Francois MAROT](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=fmarot)** commented Hello [Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo) , as a simple Maven user but following closely what happens in Maven world and using the shade plugin, I can tell you...

**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Can you please make an example project and attach it to this ticket?

**[Frantisek Hartman](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=frant.hartm)** commented I came across exactly the same issue. This happens when Module 1 shades a library & relocates it, e.g. com.google to org.example.com.google, the sources get relocated correctly....