AXIS2-6051, add /modules/jaxws/resources dir that was missed in the previous commit because the filename in META-INF dir was renamed to jakarta.xml.ws.spi.Provider
diff --git a/modules/jaxws/resources/META-INF/services/jakarta.xml.ws.spi.Provider b/modules/jaxws/resources/META-INF/services/jakarta.xml.ws.spi.Provider
new file mode 100644
index 0000000..c953196
--- /dev/null
+++ b/modules/jaxws/resources/META-INF/services/jakarta.xml.ws.spi.Provider
@@ -0,0 +1 @@
+org.apache.axis2.jaxws.spi.Provider
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index d589c11..1624dfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -424,8 +424,8 @@
 	<!-- FIXME AXIS2-6051, need to get
 	     xjc-maven-plugin to have a dependency
              on jaxb-xjc as described in AXIOM-506
-        <module>modules/jaxws-integration</module>
 	-->
+        <module>modules/jaxws-integration</module>
         <module>modules/clustering</module>
         <module>modules/corba</module>
         <module>modules/osgi</module>
@@ -1189,7 +1189,7 @@
                 <plugin>
                     <groupId>com.github.veithen.maven</groupId>
                     <artifactId>xjc-maven-plugin</artifactId>
-                    <version>0.2.0</version>
+                    <version>0.2.1-SNAPSHOT</version>
                 </plugin>
                 <plugin>
                     <groupId>com.github.veithen.maven</groupId>