[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: resteasy-maven-import not found

samwan808 do-not-reply at jboss.com
Thu Jul 9 01:03:06 EDT 2009


In the link http://www.jboss.org/file-access/default/members/resteasy/freezone/docs/1.1.GA/userguide/html/Maven_and_RESTEasy.html, 

it said that:

  |  There is also a pom that can be imported so the versions of the individual modules do not have to be specified. Note that maven 2.0.9 is required for this.
  | 
  |     <dependencyManagement>
  |         <dependencies>
  |             <dependency>
  |                 <groupId>org.jboss.resteasy</groupId>
  |                 <artifactId>resteasy-maven-import</artifactId>
  |                 <version>1.1.GA</version>
  |                 <type>pom</type>
  |                 <scope>import</scope>
  |             </dependency>
  |         </dependencies>
  |     </dependencyManagement>
  | 

But it doesn't mentioned where I can download this pom from.

Thanks


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242515#4242515

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242515



More information about the jboss-user mailing list