[jbosstools-issues] [JBoss JIRA] (JBIDE-16418) "Add Arquillian support" doesn't work for some pom.xml files

Snjezana Peco (JIRA) issues at jboss.org
Sun Feb 2 13:32:28 EST 2014


Snjezana Peco created JBIDE-16418:
-------------------------------------

             Summary: "Add Arquillian support" doesn't work for some pom.xml files
                 Key: JBIDE-16418
                 URL: https://issues.jboss.org/browse/JBIDE-16418
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: testing-tools
    Affects Versions: 4.2.0.Alpha2
            Reporter: Snjezana Peco
            Assignee: Snjezana Peco
             Fix For: 4.2.0.Alpha2


Test case:
- create a maven project with the following pom.xml:

{code}
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jboss.tools.arquillian</groupId>
  <artifactId>test</artifactId>
  <version>0.0.1-SNAPSHOT</version>
  
  <properties>
  </properties>
  
 </project>
{code}

- select Configure>Add Arquillian support..., check all the checkboxes and click the OK button
Just the properties section will be created.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list