</executions>
<configuration>
<!-- REQUIRED FOR USING THIS PLUGIN WITH WSDL FILES!!!!! -->
+ <schemaLanguage>WSDL</schemaLanguage>
<schemaDirectory>${project.xsd.schemas.source.path}</schemaDirectory>
<schemaIncludes>
<include>*.wsdl</include>
</plugin>
</plugins>
+ <!-- Avoids the annoying SCD "x-schema::tns" didn't match any schema component errors. -->
+ <addIfExistsToEpisodeSchemaBindings>true</addIfExistsToEpisodeSchemaBindings>
<!--
GRAN DIFERENCIA:
</execution>
</executions>
<configuration>
+ <schemaLanguage>XMLSCHEMA</schemaLanguage>
+
<!-- Specifies the schema directory, src/main/resources by default. -->
<schemaDirectory>${project.xsd.schemas.source.path}</schemaDirectory>
</plugin>
</plugins>
-
+ <!-- Avoids the annoying SCD "x-schema::tns" didn't match any schema component errors. -->
+ <addIfExistsToEpisodeSchemaBindings>true</addIfExistsToEpisodeSchemaBindings>
+
<!--
GRAN DIFERENCIA: