jira-importer

Results 1103 comments of jira-importer

**[Christofer Dutz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cdutz)** commented Thanks to your hint, I moved the rat execution to the test phase and with that I was able to go to the latest shade plugin version.

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Why is RAT plugin using pom directory as "basedir"? Theoretically POM can be anywhere, RAT should ask for MavenProject basedir instead, or we have some bug around?

**[Anthony Whitford](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=awhitford)** commented I am surprised that `dependency-reduced-pom.xml` is placed in the `basedir` - seems like the default should be under `project.build.directory`.

**[Anthony Whitford](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=awhitford)** commented I think this is still valid.

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Because I want to use `${project.build.directory}/dependency-reduced-pom.xml` in my own project and did not notice any issues with it, I became curious, trying to reproduce this problem the...

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented Besides, I agree with [Anthony Whitford](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=awhitford) that the build directory should be the default for the DRP. Otherwise we need a custom Maven Clean action plus specific...

**[Matthieu Ghilain](https://issues.apache.org/jira/secure/[email protected])** commented I have exactly the same problem here with version 2.4.3. Has anyone been looking into that issue?

**[Alexander Kriegisch](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kriegaex)** commented You have to make sure that your own module actually creates a source JAR in the first place. Only then it will also be included in the...

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

**[Trask Stalnaker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=traskstalnaker)** commented I'm experiencing possibly the same issue. For me, it actually works fine if I build with maven 2.2.5, but does not work if I build with maven...