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

Key: IDEA-17760
Type: Bug Bug
Status: Open Open
Assignee: Anton Makeev
Reporter: Boris Kirzner
Votes: 0
Watchers: 1
Operations

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

Inherited profiles are not shown in 'Maven projects' tool window

Created: 15 Apr 08 11:48   Updated: 15 Apr 08 12:57
Component/s: Maven Integration

File Attachments: 1. Zip Archive IDEA_MavenProfilesSample.zip (1 kb)

Environment: Windows XP professional

Build: 7,757
Severity: High


 Description  « Hide
Maven profiles are inherited from parent projects to child projects. In IDEA profiles inherited from parent project are not shown in 'Maven projects' tool window.

Steps to reproduce:

  • Unzip the attached sample. It has two projects: 'sample-parent' project, with profile 'parent-profile' and 'sample-child' project with profile 'child-profile'
  • Execute mvn install from command line for 'sample-parent' project and than for 'sample-child' project
  • Open 'sample-child' project in IDEA

Expected behavior:
The 'Profiles' tree in 'Maven projects' tool window shows both 'parent-profile' and 'child-profile' profiles

Actual behavior:
The 'Profiles' tree in 'Maven projects' tool window shows only 'child-profile' profile, but not the 'parent-profile' profile, while you may run 'sample-child' with 'parent-profile' from command line (mvn install -P parent-profile)



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.