mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 12:56:51 +00:00
refactor/ comment out unused scalaxb-maven-plugin in pom.xml
This commit is contained in:
parent
ba36503a1e
commit
da1bf7e615
@ -667,24 +667,25 @@
|
||||
<release>${java.version}</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.scalaxb</groupId>
|
||||
<artifactId>scalaxb-maven-plugin</artifactId>
|
||||
<version>1.7.5</version>
|
||||
<configuration>
|
||||
<packageName>code.adapter.soap</packageName>
|
||||
<wsdlDirectory>src/main/resources/custom_webapp/wsdl</wsdlDirectory>
|
||||
<xsdDirectory>src/main/resources/custom_webapp/xsd</xsdDirectory>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>scalaxb</id>
|
||||
<goals>
|
||||
<goal>generate</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!--soap related plugin begin-->
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.scalaxb</groupId>-->
|
||||
<!-- <artifactId>scalaxb-maven-plugin</artifactId>-->
|
||||
<!-- <version>1.7.5</version>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <packageName>code.adapter.soap</packageName>-->
|
||||
<!-- <wsdlDirectory>src/main/resources/custom_webapp/wsdl</wsdlDirectory>-->
|
||||
<!-- <xsdDirectory>src/main/resources/custom_webapp/xsd</xsdDirectory>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- <executions>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <id>scalaxb</id>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>generate</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin>-->
|
||||
<!--grpc related plugin begin-->
|
||||
<!-- currently not need, enable this plugin when need generate new grpc code.
|
||||
<plugin>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user