You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/10/29 23:22:56 UTC

svn commit: r1845182 - /axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml

Author: veithen
Date: Mon Oct 29 23:22:56 2018
New Revision: 1845182

URL: http://svn.apache.org/viewvc?rev=1845182&view=rev
Log:
Fix build failure.

Modified:
    axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml

Modified: axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml?rev=1845182&r1=1845181&r2=1845182&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/jaxws-integration/pom.xml Mon Oct 29 23:22:56 2018
@@ -115,6 +115,7 @@
                 <includes>
                     <include>**/*.xml</include>
                     <include>**/*.wsdl</include>
+                    <include>**/*.xsd</include>
                     <include>**/*.properties</include>
                 </includes>
             </testResource>