Re: Unable to compile Java 10/11 project with module-info.java

2018-06-13 Thread Robert Scholte
Hi, since it is possible to override the ASM dependency with a newer version within the plugin definition in the pom, this issue is not a blocker for me, although I understand that is kind of inconvenient. It is all a matter of priorities, and I'm working on a solution which removes the dep

Unable to compile Java 10/11 project with module-info.java

2018-06-13 Thread Zheka Kozlov
There is a question on SO that I asked three months ago: https://stackoverflow.com/questions/49398894/unable-to-compile-simple-java-10-project-with-maven/49398936#49398936 After three months, there is still no official solution for this from Maven. People have to use that workaround. So my questio