JBoss Community

Re: Missing file from Nexus preventing build of Arquillian TestNG Integration

created by mikevan in JBoss AS 7 Development - View the full discussion

By editing the pom.xml for that module and setting the version number of this dependency:

 

    <dependency>
        <groupId>org.jboss.as</groupId>
        <artifactId>jboss-as-spec-api</artifactId>
        <type>pom</type>
        <version>${project.version}</version>
    </dependency>

 

to 7.1.2.Final, the build continues and all the arquillian tests pass.  I can Jira this and submit a patch for this tomorrow if this fix is acceptable.

 

Mike Van

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community