zentol commented on code in PR #18843:
URL: https://github.com/apache/flink/pull/18843#discussion_r860855289
##########
flink-runtime-web/pom.xml:
##########
@@ -162,11 +162,6 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
Review Comment:
the test-jar goal is not obsolete in general, because we only create a test
jar if this goal is configured.
--
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]