jira-importer

Results 1099 comments of jira-importer

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Yes I do it step by step

**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented On further thought, the goals now say "Goal that retrieves a list of artifacts from the repository and unpacks them in a defined location." which is...

**[Konrad Windszus](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kwin)** commented Packagings of artifacts are not limited by Maven. Custom plugins may use arbitrary archive formats, therefore just stating this supports all formats which may be contained in...

**[Zili Chen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tison)** commented It seems because I don't generate sources jar for those modules. Not a bug.

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented After some of tests: Old version 3.1.1 ``` [DEBUG] Configuring mojo 'org.apache.rat:apache-rat-plugin:0.13:check' with basic configurator --> ... [DEBUG] (f) basedir = /Users/slawomir.jaranowski/repos/temp/flink [DEBUG] (f) project = MavenProject:...

**[Chesnay Schepler](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zentol)** commented ??Why you check licenses by RAT at the one of last phase - verify.?? I don't quite remember why we run it in the verify phase. ??Change...

**[Chesnay Schepler](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zentol)** commented ??Looks like new reduced pom is now used as project pom ...?? Why would this affect the execution of another plugin though? AFAICT the content of the...

**[Chesnay Schepler](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zentol)** commented Could this be due to MSHADE-321? If I read the code correctly than before this change no dependency reduced pom was created when the module creates no...

**[Chesnay Schepler](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=zentol)** commented After changing the rat-plugin to run in the `validate` phase our checkstyle-plugin is now complaining in submodules that it can't find the suppression file in the root...

**[Christofer Dutz](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cdutz)** commented I can confirm the same behaviour in the Apache PLC4X build. Here we are stuck at  maven-shade-plugin as updating to anything above 3.2.4 causes the rat plugin...