Community
Participate
Working Groups
m2e-wtp updates IClasspathEntryDescriptors to deal with colliding file names when configuring manifest files for skinny wars. See https://github.com/sonatype/m2eclipse-wtp/blob/323eb4f955bcf0594fc60df4cedf4e0548b98d07/org.maven.ide.eclipse.wtp/src/org/maven/ide/eclipse/wtp/WebProjectConfiguratorDelegate.java#L419 With the latest API cleanups, the setClasspathEntry method has been removed from the interface (now a private method from the underlying implementation). In order to keep existing functionality, we'd need to add a setPath method, to mutate the current descriptor's path.
Implemented. http://git.eclipse.org/c/m2e/m2e-core.git/commit/?id=8bcb683f5b82ccaa67dec3a0a6a019042ebfd0fa
Moved to https://github.com/eclipse-m2e/m2e-core/issues/