jira-importer
jira-importer
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Hm, maybe the problem described in MSHADE-145 does not exist anymore, see [my comment there](https://issues.apache.org/jira/browse/MSHADE-145?focusedCommentId=17331667&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17331667). If that was the case, it would be fairly simple to implement...
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Hello, is anybody still maintaining this plugin? I waited for one month, but no reaction neither to my ananlyis in MSHADE-145 nor here. Like I said, I...
**[James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55)** commented as comment in MSHAD-160 said, we can leave the basedir unchanged using maven 3.2.5 api `MavenProject::setPomFile`, plz review the pr https://github.com/apache/maven-shade-plugin/pull/128
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Like I said several times, both here and in MSHADE-145: The supposed blocker problem does not exist! Maybe it used to, but this issue here can be...
**[James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55)** commented [Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex) Here is a single pom test case, the change of the basedir fails the assembly plugin. ```java 4.0.0 g a 0 UTF-8 true true ...
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented [James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55), I am sorry if I am asking a naive question, but why would anyone use Shade and Assembly in the same module? In all...
**[James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55)** commented [Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex) some framework requires to submit a job with a shaded jar, and we still have to package and deploy the shaded jar with the...
**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented [James Z.M. Gao](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gzm55), the basic rule "one artifact per module" also applies here. I would simply shade my JAR in module A and then modify it with...
**[Michael Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)** commented Obviously, the source artifact needs to indicates, no? Or first or last, etc?
**[John Hendrikx](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=john16384)** commented I'm not sure what you are saying, could you explain this a bit more?