未验证 提交 3d78859f 编写于 作者: J Jiajie Zhong 提交者: GitHub

[python] Recover python release properties (#9444)

This patch recovers the properties `python.sign.skip=false`
when the combined profile `release,python` is used.

also close: #9433
上级 aaf2042e
......@@ -70,9 +70,6 @@
<profiles>
<profile>
<id>release</id>
<properties>
<python.sign.skip>false</python.sign.skip>
</properties>
<build>
<plugins>
<plugin>
......
......@@ -29,6 +29,12 @@
<packaging>jar</packaging>
<profiles>
<profile>
<id>release</id>
<properties>
<python.sign.skip>false</python.sign.skip>
</properties>
</profile>
<profile>
<id>python</id>
<build>
......
......@@ -50,11 +50,6 @@
<artifactId>dolphinscheduler-log-server</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-python</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册