提交 812eb621 编写于 作者: C Chesnay Schepler

[hotfix][build] Deduplicate assembly plugin parameters

上级 13b7b3e6
......@@ -522,6 +522,18 @@ under the License.
</profiles>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>flink-${project.version}-bin</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......@@ -776,8 +788,6 @@ under the License.
<descriptors>
<descriptor>src/main/assemblies/bin.xml</descriptor>
</descriptors>
<finalName>flink-${project.version}-bin</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
......@@ -790,8 +800,6 @@ under the License.
<descriptors>
<descriptor>src/main/assemblies/opt.xml</descriptor>
</descriptors>
<finalName>flink-${project.version}-bin</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
......@@ -804,8 +812,6 @@ under the License.
<descriptors>
<descriptor>src/main/assemblies/plugins.xml</descriptor>
</descriptors>
<finalName>flink-${project.version}-bin</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册