- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for mvn_deploy (0.04 seconds)
-
util/deploy_snapshot.sh
#!/bin/bash # see https://coderwall.com/p/9b_lfq set -e -u function mvn_deploy() { ./mvnw clean deploy -DskipTests=true "$@" } echo "Publishing Maven snapshot..." mvn_deploy mvn_deploy -f android/pom.xmlCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Oct 16 20:48:20 GMT 2023 - 245 bytes - Click Count (0)