| Summary: | Select Dependency dialog doesn't set the correct type | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Konrad Windszus <konrad_w> |
| Component: | m2e | Assignee: | 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: | |||
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.