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

Key: IDEA-16843
Type: New Feature New Feature
Status: Open Open
Assignee: Anton Makeev
Reporter: Johannes Graham
Votes: 1
Watchers: 2
Operations

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

Allow iml files to refer to maven config for dependencies

Created: 09 Jan 08 19:50   Updated: 14 Jan 08 13:40
Component/s: Maven Integration

Build: 7,590


 Description  « Hide
We're using maven as our primary form of declaring dependencies. Presently I use IDEA by letting it generate temporary modules, but unfortunately this causes the loss of a lot of IDEA-specific config every time the project is re-opened.

I don't want to create regular modules, because these will become out of sync with the maven poms.

Ideally I'd like to have a similar options as is currently available with eclipse config, where the iml files are the primary repository of module config info, but it refers to the eclipse files for the information that is available there, but refering to POMs instead.



 All   Comments   Work Log   Change History      Sort Order:
Anton Makeev - 14 Jan 08 13:40
In last eap we dropped 'temporary modules' feature and did some work to prevent user settings lose. However all the dependencies are reset on each resync.

As for storing dependencies in poms - we can not implement it right away since we do not have repository artifact notion in IDEA yet. But we are working on this issue.