Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331278 - IAM treats all projects as Java projects
Summary: IAM treats all projects as Java projects
Status: CLOSED MOVED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IAM (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-27 21:34 EST by Bindul Bhowmik CLA
Modified: 2017-01-20 18:26 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bindul Bhowmik CLA 2010-11-27 21:34:25 EST
Build Identifier: M20100909-0800 (IAM build 0.11.0.201001181900)

Even if a project has non 'jar' or 'war' packaging type, marking it to have IAM manage dependencies forces the project to have Java nature and creates source (src/main/java, etc.) directories as Java source folders.

Specifically, this is an issue when dealing with 'pom' packaging type, and projects should be created as 'General' projects or General faceted projects.

Reproducible: Always

Steps to Reproduce:
1. Create a Maven project and import it in eclipse
2. Set the pom packaging as 'pom' (/project/packaging)
3. From the project menu select 'Maven 2' > 'Use Maven dependency management'
Comment 1 Bindul Bhowmik CLA 2017-01-20 18:26:09 EST
Superseded by m2e