jira-importer
jira-importer
**[James Marble](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=james.d.marble)** commented I was trying to produce a minimal example, so I added that useless dependency. One use case for depending on a pom is to get all of...
**[Christian Stein](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sor)** commented Follow-up from https://issues.apache.org/jira/browse/MCOMPILER-341
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented I found a related discussion: http://jigsaw-dev.1059479.n5.nabble.com/Annotation-processors-and-the-processor-module-path-tp5714320p5714342.html Alan Bateman writes: > When you deploy annotation processors on the --processor-module-path > then javac needs to resolve the annotation processor modules...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented It looks like this can't be fixed in the code. I suggest to add an entry to the [Frequently Asked Questions](https://maven.apache.org/plugins/maven-compiler-plugin/faq.html) page.
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented Now that nabble is dead, the above discussion can be found at https://mail.openjdk.org/pipermail/jigsaw-dev/2016-November/010201.html
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented https://github.com/codehaus-plexus/plexus-compiler/pull/312
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented So in general the order of modules doesn't matter as long as they are unique. But this might be an interesting case. This must be fix in...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) This is excellent news :) I filed https://github.com/codehaus-plexus/plexus-languages/issues/4. 1. Will fixing this also fix https://github.com/mojohaus/exec-maven-plugin/issues/91 or is that a different issue? 2. How quickly do you...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Exec-maven-plugin is not using plexus-java. IIRC modulepath is exactly the same as classpath, it's just a naming thing ( `--module-path` looks weird, right? ) So I don't...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) To clarify, it's not that the `modulepath` contains duplicate entries. It's that entries having different filenames/paths export the same module name. My understanding is that `modulepath`...