jira-importer
jira-importer
**[Sebastian Stenzel](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sebastianstenzel)** commented Not sure if this is even on the roadmap, but for the record, I want to add something that needs to be taken care of by when...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Ideally the `MavenProject` should also be updated with respect to the new pom. For a long time the `basedir` was set to the directory of the pom-file....
**[James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55)** commented as [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) suggest, a new [pr](https://github.com/apache/maven-shade-plugin/pull/128) can solve MSHADE-124, then this issue can be solved finally
**[Niels Basjes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nielsbasjes)** commented The attached `pom.xml` is the smallest reproduction I could make. - Put in empty directory - mvn package - unzip -l target/relocate-0.jar | fgrep Logger This is...
**[Shahim Essaid](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sessaid)** commented I rearranged the shading project to be a child of a new aggregating project. I also made my shading project inherit from this new aggregating project which...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented This issue is fixed in some subsequent release, as current master does not use deprecated type for parameter.
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented Worth logging an error message unconditionally here. I don't see why this option should be configurable.
**[Thomas Andraschko](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tandraschko)** commented Tested with PrimeFaces and works fine; See my comment in the PR
**[Clebert Suconic](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=clebertsuconic)** commented I think this should be closed as explained... shade creating this sort of dependencies between projects will probably cause more harm than good. I just been through...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Clebert Suconic](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=clebertsuconic) I don't understand. You wrote: > creating this sort of dependencies between projects will probably cause more harm than good. What sort of dependencies? When someone...