|
@@ -12,7 +12,6 @@
|
|
<artifactId>kafka-ui-contract</artifactId>
|
|
<artifactId>kafka-ui-contract</artifactId>
|
|
|
|
|
|
<profiles>
|
|
<profiles>
|
|
- <!-- SPRING WebFlux API -->
|
|
|
|
<profile>
|
|
<profile>
|
|
<id>generate-spring-webflux-api</id>
|
|
<id>generate-spring-webflux-api</id>
|
|
<activation>
|
|
<activation>
|
|
@@ -54,7 +53,6 @@
|
|
</inputSpec>
|
|
</inputSpec>
|
|
<output>${project.build.directory}/generated-sources/api</output>
|
|
<output>${project.build.directory}/generated-sources/api</output>
|
|
<generatorName>spring</generatorName>
|
|
<generatorName>spring</generatorName>
|
|
- <!--<configHelp>true</configHelp>-->
|
|
|
|
|
|
|
|
<configOptions>
|
|
<configOptions>
|
|
<modelPackage>com.provectus.kafka.ui.model</modelPackage>
|
|
<modelPackage>com.provectus.kafka.ui.model</modelPackage>
|
|
@@ -78,7 +76,4 @@
|
|
</build>
|
|
</build>
|
|
</profile>
|
|
</profile>
|
|
</profiles>
|
|
</profiles>
|
|
- <properties>
|
|
|
|
- <swagger-annotations.version>1.6.0</swagger-annotations.version>
|
|
|
|
- </properties>
|
|
|
|
</project>
|
|
</project>
|