zhongjiajie commented on a change in pull request #8470:
URL: https://github.com/apache/dolphinscheduler/pull/8470#discussion_r813629582



##########
File path: dolphinscheduler-python/pom.xml
##########
@@ -104,5 +104,67 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>exec-maven-plugin</artifactId>

Review comment:
       It is odd, every time I build the package with command `mvn -U clean 
package -Prelease`. It would run `docker-build`, and I think it is because the 
plugins `exec-maven-plugin` in the parent `pom.xml` have two executions 
(`docker-build` and `docker-push`). Is there any way could just run children's 
executions without parents? @kezhenxu94 @CalvinKirs 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to