[
https://issues.apache.org/jira/browse/FLINK-27899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jackylau updated FLINK-27899:
-----------------------------
Description:
{code:java}
We need to specify id
add this <id>shade-flink</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!
was:
{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!
> 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
> Priority: Major
> Fix For: 1.16.0
>
> Attachments: image-2022-06-06-14-35-00-438.png
>
>
> {code:java}
> We need to specify id
> add this <id>shade-flink</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)