Sefaan, > I started working on Maven 2 and was trying to build a WS project using > maven2 and JAX-WS RI 2.0 (EA 3.0) . > > Any ideas if there is a maven2 plug-in which I could use ? > > Using ant, the annotation processing tool (apt) can be used, but can > apt be used using maven2 ?
Another option is to look at Celtix ( and maybe contribute or at least file a request) http://celtix.objectweb.org/ We currently have a maven plugin for the WSDL -> Java and XSD -> java cases, but not the Java -> WSDL parts. However the command lines tools are there to allow the Java -> WSDL stuff so writing the maven 2 mojo should be fairly straight forward. We are going to start putting period snapshots up on the objectweb maven 2 repositories at: http://maven.objectweb.org/ Thanks! -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
