Hi, I am using Maven 2.0.5, and trying to build a WS annotated class which is similar to the example here:
http://weblogs.java.net/blog/vivekp/archive/2006/12/webservices_in.html The automatically generated proxy classes are not getting generated when building using Maven, when direct javac is used, they get generated. I have set the source and target to 1.6 in maven-compiler-plugin configuration. -- Regards, Subhash Chandran S http://wizcrypt.wiztools.org/
