imbajin commented on code in PR #342: URL: https://github.com/apache/incubator-hugegraph-doc/pull/342#discussion_r1602505319
########## dist/validate-release.sh: ########## @@ -153,15 +154,17 @@ for i in *src.tar.gz; do done # 4.8: test compile the packages - if [[ ($JAVA_VERSION == 8 && "$i" =~ "computer") ]] || [[ "$i" =~ 'hugegraph-ai' ]]; then - echo "Skip compile computer module in java8 & AI module in all versions" - popd - continue + if [[ ($JAVA_VERSION == 8 && "$i" =~ "hugegraph-computer") ]]; then + echo "Skip compile $i module in java8" + elif [[ "$i" =~ 'hugegraph-ai' ]]; then + echo "Skip compile $i module in all versions" + elif [[ "$i" =~ "hugegraph-commons" ]]; then + mvn install -DskipTests -Papache-release -ntp -e Review Comment: > @imbajin let's use way 3 and merge it? OK, I'll check it today & merge it -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
