Currently Being Moderated

RESTEasyMavenRepository

VERSION 3

Created on: Sep 15, 2008 6:53 PM by Bill Burke - Last Modified:  Sep 15, 2008 6:53 PM by Bill Burke

Maven and RESTEasy

 

Maven Repository

 

http://repository.jboss.org/maven2

 

Here's the pom.xml fragment to use:

 


      <repository>
         <id>jboss</id>
         <url>http://repository.jboss.org/maven2</url>
      </repository>
   </repositories>
   <dependencies>
      <dependency>
         <groupId>org.jboss.resteasy</groupId>
         <artifactId>resteasy-jaxrs</artifactId>
         <version>1.0-beta-7</version>
      </dependency>

 

 

Testing with Maven

 

Please download the RESTEasy JAX-RS source and view our testsuite.  Everything is done in maven and we use our Embedded JAX-RS Container to do our testing.

Average User Rating
(0 ratings)




There are no comments on this article

More Like This

  • Retrieving data ...