Hello,
I tried to add jsfUnit to my maven project, I followed the steps on this page http://www.jboss.org/jsfunit/gettingstarted_version_2-0-0 and it resolves all but these two dependencies
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jsfunit-arquillian</artifactId>
<version>2.0.0.Beta2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.jsfunit</groupId>
<artifactId>jboss-jsfunit-core</artifactId>
<version>2.0.0.Beta2</version>
<scope>test</scope>
</dependency>
If i navigate to the url in the repositories I added (https://repository.jboss.org/nexus/content/groups/public) those packages are indeed in the directory org/jboss/jsfunit/
Why is this happening?
jsf2
IDEA 11.4
jboss 7.1