We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e3a15 commit e84dcd9Copy full SHA for e84dcd9
.github/workflows/hubble-ci.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
mvn install -pl hugegraph-client,hugegraph-loader -am -Dmaven.javadoc.skip=true -DskipTests -ntp
71
cd hugegraph-hubble && ls *
72
- mvn -e compile -Dmaven.javadoc.skip=true -X
+ mvn package -DskipTests -X
73
74
- name: Prepare env and service
75
0 commit comments