You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/03/11 07:50:31 UTC

[GitHub] [dolphinscheduler] JustDoItGit removed a comment on issue #8820: Project dolphinscheduler-python: Command execution failed (there is a problem in the local compilation and packaging process of the source package)

JustDoItGit removed a comment on issue #8820:
URL: https://github.com/apache/dolphinscheduler/issues/8820#issuecomment-1064820579


   you can edit the pom.xml in dolphinscheduler-python folder.
   add version 3.0.0 to the exec-maven-plugin 
   ```pom
   <groupId>org.codehaus.mojo</groupId>
   <artifactId>exec-maven-plugin</artifactId>
   <version>3.0.0</version>
   ```
   **`<version>3.0.0</version>`**


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org