jira-importer
jira-importer
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented Yes, I understand that. The lazy solutiuon would be to add both to the modulepath, but what to do with their requirements? If the first one requires...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) If I understood you correctly, you need a list to hold the modulepath entries and a set to hold the requirements. The modulepath would contain both...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) I noticed that you fixed https://github.com/codehaus-plexus/plexus-languages/issues/4 Let me know once you have a SNAPSHOT release of MCOMPILER and I'll verify the fix on my end. Also,...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented You can try plexus-java-0.9.6-SNAPSHOT from https://oss.sonatype.org/content/repositories/plexus-snapshots/ But it looks like there's more going on. Running with debug you'll see the classpath parameter (untouched) and it's order is...
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented [Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte) It looks like the bug is in maven-project. See the comment I just posted: https://github.com/mojohaus/exec-maven-plugin/issues/91#issuecomment-353052306
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented That's kind of what I meant with "There might be a deeper problem here ..." I am really surprised if the order on the classpath is different...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented How about something along these lines: * create 2 new mojos "proc" and "test-proc" (or apt or whatever) that automatically binds to "generate-sources" and "generate-test-sources" phases: they...
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented But that result is also unexpected due to the duplication of Java1dot8.class and Java11.class. If you know the correct set of arguments, we can have a look...
**[John Patrick](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nhoj.patrick)** commented I've created a sample project showing the issue. https://github.com/nhojpatrick/org.apache.maven_maven-compiler-plugin_MCOMPILER-422 The commands you need are shown below, I'm using a mac so to change JAVA_HOME you'll need to...