ok, finallt the solution is very simple, the hardest was finding documentation ... or be inspired.
just add this dependance on jaxws-maven-plugin scope :
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
.....
<dependencies>
<dependency>
<groupId>local.metro</groupId>
<artifactId>webservices-rt</artifactId>
<version>1.5</version>
</dependency>
</dependencies>
</plugin>
[Message sent by forum member 'jferrandi' (jferrandi)]
http://forums.java.net/jive/thread.jspa?messageID=356251---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...