We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d994 commit 76c6f40Copy full SHA for 76c6f40
service-sdk/15.0.0/include-persistence-crud-service-specification/example-crud-service/pom.xml
@@ -132,6 +132,7 @@
132
<artifactId>boat-maven-plugin</artifactId>
133
<version>${boat-maven-plugin.version}</version>
134
<executions>
135
+ <!-- tag::spec-dependency[] -->
136
<execution>
137
<id>generate-client-api-code</id>
138
<goals>
@@ -144,6 +145,7 @@
144
145
<modelPackage>com.backbase.service.example.rest.spec.v1.model</modelPackage>
146
</configuration>
147
</execution>
148
+ <!-- end::spec-dependency[] -->
149
</executions>
150
</plugin>
151
0 commit comments