Maven 2 Integration and profile.xml
I am using the experimental maven seam plugin. This plugin generates a pom.xml and profile.xml file. This is valid for a maven 2 project.
IntelliJ is not able to import this project since the profile.xml file exists. If I delete the profiles.xml file, I can import the project.
Is there something special I should be doing to import this project?
Michael
请先登录再写评论。