Re: [m2e-users] Modular jar with dependencies marked as being automatic modules

2019-02-20 Thread Thorsten Heit
Hi, > Do you have the "m2e connector for mavenarchiver pom properties" plugin > installed? It's available in the Eclipse update site. > I'd expect it would generate proper Manifests in target/classes, that > would be picked up by M2E/JDT to compute the project's module name. But I > might be wr

Re: [m2e-users] Modular jar with dependencies marked as being automatic modules

2019-02-19 Thread Stephan Herrmann
I think m2e should request API from JDT by which they could inform the compiler about the intended automatic module name. I don't think there's a mechanisms for this as of yet (short of going via the jar file). I guess defining a new classpath attribute would be a viable route. best, Stephan

Re: [m2e-users] Modular jar with dependencies marked as being automatic modules

2019-02-19 Thread Fred Bricon
Do you have the "m2e connector for mavenarchiver pom properties" plugin installed? It's available in the Eclipse update site. I'd expect it would generate proper Manifests in target/classes, that would be picked up by M2E/JDT to compute the project's module name. But I might be wrong. On Mon, Feb