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

Key: IDEA-17335
Type: Bug Bug
Status: Open Open
Assignee: Anton Makeev
Reporter: Alexander Semenov
Votes: 0
Watchers: 1
Operations

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

Cannot create IDEA project from maven model in case of unrelated poms inside

Created: 06 Mar 08 20:12   Updated: 11 Apr 08 17:25
Component/s: Maven Integration

Environment: Linux

Build: 7,744


 Description  « Hide
I am using File -> New Project to create IDEA project from maven model. Some of my projects are actually maven archetypes, so they contains poms that aren't directly related to maven model of the archetype. But I cannot create IDEA project from such maven model. The next error is thrown: "Failed to interpolate model from: .../Archetyper/solution-archetype/resources/archetype-resources/pom.xml prior to scanning for extensions."

 All   Comments   Work Log   Change History      Sort Order:
Alexander Semenov - 06 Mar 08 20:14
I think there must be a 'skip' button or such...

Anton Makeev - 10 Apr 08 16:18
Is that possible to attach your poms, so I could reproduce the problem?

Alexander Semenov - 10 Apr 08 16:26
To reproduce you can simply try create project from this maven model: http://archetyper.svn.sourceforge.net/viewvc/archetyper/trunk/solution-archetype.

Furthermore, poms inside any maven archetype model will cause troubles.


Anton Makeev - 10 Apr 08 17:03
How do I get the sources from here? My svn client fails to checkout anything from the link.

Alexander Semenov - 10 Apr 08 17:27
Sorry. You can get sources with this command:

svn co https://archetyper.svn.sourceforge.net/svnroot/archetyper/trunk/solution-archetype your_folder


Anton Makeev - 11 Apr 08 17:12
I have no problem opening the project with 7.0.3.
You may also try next 7.0.4 eap (should be available in few days) or available 8.0 eap.
Let my know if it helps.

Alexander Semenov - 11 Apr 08 17:25
Yes, perhaps it's fixed in 7.0.3. Thank you.