Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352471 - Select Dependency dialog doesn't set the correct type
Summary: Select Dependency dialog doesn't set the correct type
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: m2e (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Milos Kleint CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-19 11:12 EDT by Konrad Windszus CLA
Modified: 2021-04-19 13:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Windszus CLA 2011-07-19 11:12:54 EDT
Build Identifier: 20110615-0604

If I try to insert a dependency with the help of the Select Dependency dialog, it does not insert the type if the dependency is no JAR.

Reproducible: Always

Steps to Reproduce:
1. Create a simple Maven JAR project
2. Add a dependency via the POM Editor
3. Type in sling.jcr in the searchfield
4. Select the first result (org.apache.sling.installer.provide.jcr)

It will only add
<dependency>
  <groupId>org.apache.sling</groupId>
  <artifactId>
    org.apache.sling.installer.provider.jcr
  </artifactId>
  <version>3.0.4</version>
</dependency>
The type bundle is missing.
Comment 2 Denis Roy CLA 2021-04-19 13:26:11 EDT
Moved to https://github.com/eclipse-m2e/m2e-core/issues/