mjsax commented on code in PR #18471:
URL: https://github.com/apache/kafka/pull/18471#discussion_r1909732242
##########
streams/quickstart/java/src/main/resources/archetype-resources/pom.xml:
##########
@@ -47,20 +47,15 @@
</repository>
</repositories>
- <!--
- Execute "mvn clean package -Pbuild-jar"
Review Comment:
Goal `build-jar` does not exist... removing this comment... confusing
##########
streams/quickstart/java/src/main/resources/archetype-resources/pom.xml:
##########
@@ -47,20 +47,15 @@
</repository>
</repositories>
- <!--
- Execute "mvn clean package -Pbuild-jar"
- to build a jar file out of this project!
- -->
-
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
Review Comment:
Side improvement: bump to latest version
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]