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/27 13:21:26 UTC

[GitHub] [dolphinscheduler] EricGao888 opened a new issue #9223: [Bug] [dev] version in pom.xml of dev branch confusing

EricGao888 opened a new issue #9223:
URL: https://github.com/apache/dolphinscheduler/issues/9223


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   * `version` in pom.xml of dev branch is confusing. After building the source code, we get apache-dolphinscheduler-2.0.4-SNAPSHOT-xxx.  
   * ![image](https://user-images.githubusercontent.com/34905992/160283274-0b1a345d-e144-4bb7-8334-5e08efd94c2f.png)
   
   
   ### What you expected to happen
   
   * We could change `version` in pom.xml of dev branch to `dev-SNAPSHOT`
   
   ### How to reproduce
   
   * Build the src code and `cd dolphin-scheduler/dolphinscheduler/dolphinscheduler-dist/target`, you will see related output stuff all in version `2.0.4-SNAPSHOT`.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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



[GitHub] [dolphinscheduler] EricGao888 commented on issue #9223: [Bug] [dev] version in pom.xml of dev branch confusing

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #9223:
URL: https://github.com/apache/dolphinscheduler/issues/9223#issuecomment-1080399656


   * After I switched `2.0.4-SNAPSHOT` to `dev-SNAPSHOT` in all pom.xml files in the project, I recompile the project with cmd `mvn -U install package -Prelease -Dmaven.test.skip=true`. 
   * However, I get some error like `org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2:single (make-assembly) on project dolphinscheduler-data-quality: Failed to create assembly: Error creating assembly archive jar-with-dependencies: Problem creating jar: JAR entry log4j.properties not found in .........../dolphin-scheduler/dolphinscheduler/dolphinscheduler-data-quality/target/archive-tmp/dolphinscheduler-data-quality-dev-SNAPSHOT.jar
   `
   * That's really wired. I didn't changed anything else besides the version number. Any help will be appreciated. @caishunfeng 


-- 
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



[GitHub] [dolphinscheduler] caishunfeng commented on issue #9223: [Bug] [dev] version in pom.xml of dev branch confusing

Posted by GitBox <gi...@apache.org>.
caishunfeng commented on issue #9223:
URL: https://github.com/apache/dolphinscheduler/issues/9223#issuecomment-1080644592


   > * After I switched `2.0.4-SNAPSHOT` to `dev-SNAPSHOT` in all pom.xml files in the project, I recompile the project with cmd `mvn -U install package -Prelease -Dmaven.test.skip=true`.
   > * However, I get some error like `org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2:single (make-assembly) on project dolphinscheduler-data-quality: Failed to create assembly: Error creating assembly archive jar-with-dependencies: Problem creating jar: JAR entry log4j.properties not found in .........../dolphin-scheduler/dolphinscheduler/dolphinscheduler-data-quality/target/archive-tmp/dolphinscheduler-data-quality-dev-SNAPSHOT.jar `
   > * That's really wired. I didn't changed anything else besides the version number. Any help will be appreciated. @caishunfeng
   
   @EricGao888 can you submit a pr? and then I will have a try at local


-- 
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



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #9223: [Bug] [dev] version in pom.xml of dev branch confusing

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #9223:
URL: https://github.com/apache/dolphinscheduler/issues/9223#issuecomment-1079930916


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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



[GitHub] [dolphinscheduler] EricGao888 commented on issue #9223: [Bug] [dev] version in pom.xml of dev branch confusing

Posted by GitBox <gi...@apache.org>.
EricGao888 commented on issue #9223:
URL: https://github.com/apache/dolphinscheduler/issues/9223#issuecomment-1080691146


   > > * After I switched `2.0.4-SNAPSHOT` to `dev-SNAPSHOT` in all pom.xml files in the project, I recompile the project with cmd `mvn -U install package -Prelease -Dmaven.test.skip=true`.
   > > * However, I get some error like `org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2:single (make-assembly) on project dolphinscheduler-data-quality: Failed to create assembly: Error creating assembly archive jar-with-dependencies: Problem creating jar: JAR entry log4j.properties not found in .........../dolphin-scheduler/dolphinscheduler/dolphinscheduler-data-quality/target/archive-tmp/dolphinscheduler-data-quality-dev-SNAPSHOT.jar `
   > > * That's really wired. I didn't changed anything else besides the version number. Any help will be appreciated. @caishunfeng
   > 
   > @EricGao888 can you submit a pr? and then I will have a try at local
   
   I've submitted the PR, not sure where I got things wrong, lol. @caishunfeng 


-- 
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