Community
Participate
Working Groups
Build Identifier: Eclipse 3.7 Indigo (20110615-0604) See comment #2 on bug #350909 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=350909#c2): On a new Eclipse instance I tried to install my connector for the axistools plugin that is now available via the discovery dialog. Two remarks: 1) Clicking on the info icon and then "Learn more" opens the wrong page: https://github.com/bimargulies/m2e-code-quality instead of https://github.com/theit/m2e-lifecycle-axistools Where does that URL come from? 2) Where do you take the plugin name listed in the catalog from? The subject in the original bug entry? How about renaming the name "de.theit.m2e.axistools" to a shorter name, for example "axistools"? I guess that'd be a bit easier to read... Reproducible: Always Steps to Reproduce: 1. Install m2e 1.0 in Eclipse 3.7 2. Add the following snippet to your pom.xml: <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>axistools-maven-plugin</artifactId> <version>1.4</version> <executions> <execution> <id>create-java-sources</id> <phase>generate-sources</phase> <goals> <goal>wsdl2java</goal> </goals> </execution> </executions> </plugin> ... 3. When the message appears "Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:axistools-maven-plugin:1.4:wsdl2java (execution: create-java-sources, phase: generate-sources)", choose "Discover new m2e connectors", click on the "i" icon and then on "Learn more".
m2e marketplace catalog is generated from [1]. If you want to make changes to axistools entry, please attach a patch and I'll apply it. [1] http://git.eclipse.org/c/m2e/m2e-discovery-catalog.git/tree/org.eclipse.m2e.discovery.oss/connectors.xml
Created attachment 199820 [details] Modified name, description and URL for the axistools-maven-plugin in the m2e marketplace catalog This patch contains a slightly modified name and description for my plugin and a fixed URL for referencing the source code at github.com.
Applied some time ago. http://git.eclipse.org/c/m2e/m2e-discovery-catalog.git/commit/?id=4ae6fc398d8d138691b88ea058951a545f104ae1
Moved to https://github.com/eclipse-m2e/m2e-core/issues/