We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55e48f commit b668508Copy full SHA for b668508
1 file changed
scripts/download-rc.js
@@ -43,7 +43,7 @@ const downloadRC = () => {
43
+ HAZELCAST_RC_VERSION);
44
const subprocess = spawnSync('mvn',
45
[
46
- '-q',
+ '-X',
47
'org.apache.maven.plugins:maven-dependency-plugin:2.10:get',
48
'-Dtransitive=false',
49
`-DremoteRepositories=${SNAPSHOT_REPO}`,
0 commit comments