You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2016/09/22 07:51:56 UTC

svn commit: r1761862 - /chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml

Author: fmui
Date: Thu Sep 22 07:51:56 2016
New Revision: 1761862

URL: http://svn.apache.org/viewvc?rev=1761862&view=rev
Log:
CMIS-998: fixed wsdlLocation annotation

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml?rev=1761862&r1=1761861&r2=1761862&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-impl/pom.xml Thu Sep 22 07:51:56 2016
@@ -107,10 +107,11 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${project.basedir}/src/main/resources/wsdl/cmis11/CMISWS-Service.wsdl</wsdl>
+                                    <wsdlLocation>classpath:/wsdl/cmis11/CMISWS-Service.wsdl</wsdlLocation>
                                     <extraargs>
-                        	            <extraarg>-verbose</extraarg>
-                        	            <extraarg>-p</extraarg>
-                        	            <extraarg>org.apache.chemistry.opencmis.commons.impl.jaxb</extraarg>
+                                        <extraarg>-verbose</extraarg>
+                                        <extraarg>-p</extraarg>
+                                        <extraarg>org.apache.chemistry.opencmis.commons.impl.jaxb</extraarg>
                                     </extraargs>
                                 </wsdlOption>
                             </wsdlOptions>