Skip to content

Commit 5a24957

Browse files
authored
WMS-8022 : bugfix in build okafka producer fail (#344)
* fix an issue with the maven build plugin * Delete test folder from okafka producer project.
1 parent f0200c2 commit 5a24957

File tree

2 files changed

+11
-29
lines changed

2 files changed

+11
-29
lines changed

workshops/oracleteq-kafka/springboot-oracleteq/okafka-producer/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@
8888
<plugin>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-maven-plugin</artifactId>
91-
<executions>
92-
<execution>
93-
<id>repackage</id>
94-
<goals>
95-
<goal>repackage</goal>
96-
</goals>
97-
<configuration>
98-
<finalName>okafka-producer-${project.version}</finalName>
99-
</configuration>
100-
</execution>
101-
</executions>
91+
<!-- <executions>-->
92+
<!-- <execution>-->
93+
<!-- <id>repackage</id>-->
94+
<!-- <goals>-->
95+
<!-- <goal>repackage</goal>-->
96+
<!-- </goals>-->
97+
<!-- <configuration>-->
98+
<!-- <finalName>okafka-producer-${project.version}</finalName>-->
99+
<!-- </configuration>-->
100+
<!-- </execution>-->
101+
<!-- </executions>-->
102102
</plugin>
103103
</plugins>
104104
</build>

workshops/oracleteq-kafka/springboot-oracleteq/okafka-producer/src/test/java/com/oracle/developers/oracleteq/okafka/OkafkaApplicationTests.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)