Community
Participate
Working Groups
I've published the m2e-jdt-compiler plugin to a stable url. So it can now be referenced in the discovery catalog : <catalogItem> <categoryId>org.eclipse.m2e.discovery.category.lifecycles</categoryId> <m2e-versions>1.0,1.1</m2e-versions> <description>Adds support for maven-compiler-plugin with compilerId=eclipse and compilerId=jdt</description> <groupId>lifecycles</groupId> <id>org.eclipse.m2e.discovery.lifecyclemapping.m2e-jdt-compiler</id> <kind>lifecycles</kind> <license>EPL</license> <name>M2E connector for the Eclipse JDT Compiler</name> <provider>JBoss by Red Hat</provider> <p2> <repositoryUrl>http://download.jboss.org/jbosstools/updates/m2e-jdt-compiler/</repositoryUrl> <iuId>org.jboss.tools.m2e.jdt.feature.feature.group</iuId> <iuVersion>1.0.0.20120208-1640</iuVersion> <lifecycleMappingIU> <iuId>org.jboss.tools.m2e.jdt.compiler</iuId> </lifecycleMappingIU> </p2> <overview> <summary>Adds support for maven-compiler-plugin with compilerId=eclipse and compilerId=jdt</summary> <url>https://github.com/jbosstools/m2e-jdt-compiler</url> </overview> </catalogItem> Not sure what to put as lifecycleMappingIU.iuID so I put an arbitrary value.
So if lifecycleMappingIU.iuID is the id of the bundle providing the LM, then the correct catalogItem would be : <catalogItem> <categoryId>org.eclipse.m2e.discovery.category.lifecycles</categoryId> <m2e-versions>1.0,1.1</m2e-versions> <description>Adds support for maven-compiler-plugin with compilerId=eclipse and compilerId=jdt</description> <groupId>lifecycles</groupId> <id>org.eclipse.m2e.discovery.lifecyclemapping.m2e-jdt-compiler</id> <kind>lifecycles</kind> <license>EPL</license> <name>M2E connector for the Eclipse JDT Compiler</name> <provider>JBoss by Red Hat</provider> <p2> <repositoryUrl>http://download.jboss.org/jbosstools/updates/m2e-jdt-compiler/</repositoryUrl> <iuId>org.jboss.tools.m2e.jdt.feature.feature.group</iuId> <iuVersion>1.0.0.20120208-1640</iuVersion> <lifecycleMappingIU> <iuId>org.jboss.tools.m2e.jdt.core</iuId> </lifecycleMappingIU> </p2> <overview> <summary>Adds support for maven-compiler-plugin with compilerId=eclipse and compilerId=jdt</summary> <url>https://github.com/jbosstools/m2e-jdt-compiler</url> </overview> </catalogItem>
*** Bug 368233 has been marked as a duplicate of this bug. ***
Created attachment 215965 [details] Patch adding m2e-jdt-compiler to the catalog Here's the patch adding m2e-jdt-compiler to the catalog
Fixed for m2e 1.0 and m2e 1.1
Moved to https://github.com/eclipse-m2e/m2e-core/issues/