提交 4280e1f9 编写于 作者: M Maximilian Michels 提交者: Fabian Hueske

[FLINK-3285][maven] Skip deployment of flink-java8 module

This closes #1547
上级 2ad1d5ed
......@@ -163,6 +163,15 @@ under the License.
</dependency>
</dependencies>
</plugin>
<plugin>
<!-- Skip the deployment of the Java8 artifact -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册