[jbossws-dev] [Design of JBoss Web Services] - Re: container integration naming issue

heiko.braun@jboss.com do-not-reply at jboss.com
Fri Jun 13 07:57:38 EDT 2008


You even break it up using maven conventions


  | <dependency>
  |   <groupId>org.jboss.ws</groupId>
  |   <artifactId>[container]-[spi]</artifactId>
  |   <version>[release]</version>
  | </dependency>
  | 
or

  | <dependency>
  |   <groupId>org.jboss.ws</groupId>
  |   <artifactId>[jboss501]-[3.0.2]</artifactId>
  |   <version>1</version>
  | </dependency>
  | 

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

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



More information about the jbossws-dev mailing list