]
Snjezana Peco reassigned JBIDE-17123:
-------------------------------------
Assignee: Snjezana Peco
Arquillian support added even if it is not valid maven project
--------------------------------------------------------------
Key: JBIDE-17123
URL:
https://issues.jboss.org/browse/JBIDE-17123
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing-tools
Affects Versions: 4.2.0.Beta1
Reporter: Lucia Jelinkova
Assignee: Snjezana Peco
Fix For: 4.2.0.Beta2
When I try to add Arquillian support to maven project with corrupted pom file, the dialog
says that it is not valid maven project, however, the arquillian nature is added to the
project. No arquillian stuff is added to the pom.xml file.
When I then try to add arquillian profile to the corrupted pom file, the profile is
generated.
This is confusing - we should either prevent adding arquillian nature in case of corrupt
pom file or generate arquillian stuff in both cases - adding support and adding profiles.