jira-importer

Results 755 comments of jira-importer

**[Jorge Solórzano](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jorsol)** commented Maybe one approach to fix this is to hash the dependencies and store the execution hash instead of checking the time from the reactor, WDYT?

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented It can be complicated because - produced artifact - jar can contain current date for last modified files - unless reproducible builds is configured - by default...

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented If you know the correct set of arguments, we can have a look at it.  

**[François Loison](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=loizbak)** commented I may have found a patch. Plugin compileTest goal is looking for module-info class in non-test output folder. As a consequence, dependentProject-tests.jar is not added in test...

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Can you create a pullrequest at https://github.com/apache/maven-compiler-plugin ? It will also ask you to provide an integration test to confirm the fix and to prevent regression in...

**[François Loison](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=loizbak)** commented I wrote the src/it/MCOMPILER-372_modularized_testjar integration test case that reflects following use case: Module 2 project using a modularized Module 1 project while Module 1 test jar is...

**[François Loison](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=loizbak)** commented Fix found and tested OK with 'verify'. I'm trying to create a pull request.

**[François Loison](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=loizbak)** commented Here is pull request: https://github.com/apache/maven-compiler-plugin/pull/27

**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented The IT does indeed help to reproduce the issue. I've had a look at the output, especially at the `--patch-module` result, and it looks like it is...

**[François Loison](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=loizbak)** commented I agree. I tested on a project structure of mine and patch broke test compilation for reasons equivallent to what you said. I'll work on this again.