Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352059 - [catalog] wrong info site
Summary: [catalog] wrong info site
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: m2e (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-14 04:47 EDT by Thorsten Heit CLA
Modified: 2021-04-19 13:25 EDT (History)
1 user (show)

See Also:


Attachments
Modified name, description and URL for the axistools-maven-plugin in the m2e marketplace catalog (1.74 KB, patch)
2011-07-18 07:36 EDT, Thorsten Heit CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Heit CLA 2011-07-14 04:47:24 EDT
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".
Comment 1 Igor Fedorenko CLA 2011-07-14 06:20:54 EDT
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
Comment 2 Thorsten Heit CLA 2011-07-18 07:36:54 EDT
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.
Comment 4 Denis Roy CLA 2021-04-19 13:25:42 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/