This patch recovers the properties `python.sign.skip=false` when the combined profile `release,python` is used. also close: #9433
@@ -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>
+ <profile>
+ <id>release</id>
+ <properties>
+ <python.sign.skip>false</python.sign.skip>
+ </properties>
+ </profile>
<id>python</id>
@@ -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>