jackylau created FLINK-27899:
--------------------------------
Summary: deactivate the shade plugin doesn't take effect
Key: FLINK-27899
URL: https://issues.apache.org/jira/browse/FLINK-27899
Project: Flink
Issue Type: Improvement
Components: Quickstarts
Affects Versions: 1.16.0
Reporter: jackylau
Fix For: 1.16.0
Attachments: image-2022-06-06-14-35-00-438.png
{code:java}
We need to specify id
<!-- deactivate the shade plugin for the walkthrough archetypes -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase/>
</execution>
</executions>
</plugin> {code}
logs here:
!image-2022-06-06-14-35-00-438.png!
--
This message was sent by Atlassian Jira
(v8.20.7#820007)