Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/5134
  
    Skipping the `maven-deploy-plugin` should accomplish that:
    
    ```
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
                                <configuration>
                                        <skip>true</skip>
                                </configuration>
                        </plugin>
                </plugins>
        </build>
    ```


---

Reply via email to