History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16332
Type: New Feature New Feature
Status: Open Open
Assignee: Anton Makeev
Reporter: Howard M. Lewis Ship
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Add maven resource folders as module libraries, not as source folders

Created: 14 Nov 07 00:06   Updated: 20 Dec 07 19:46
Component/s: Maven Integration

Build: 7,549
Severity: Medium


 Description  « Hide
Resource folders (src/main/resources, src/test/resources) are added to the project as source folders, even though they do not contain source.

This has caused me problems as (a) not all resources are (by default) copied (you must update the compiler settings to tell it which resources should be copied) and (b) have to rely on a make/rebuild to copy files around.

Adding the folders as moudle libraries, not source folders, makes sense as they contain no source files.



 All   Comments   Work Log   Change History      Sort Order:
Esko Luontola - 20 Dec 07 19:46
Here is a related issue: IDEA-16746