Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352471

Summary: Select Dependency dialog doesn't set the correct type
Product: z_Archived Reporter: Konrad Windszus <konrad_w>
Component: m2eAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mkleint
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=473998
Whiteboard:

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/