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 3c61949 commit 6b25a09Copy full SHA for 6b25a09
travis-build.sh
@@ -160,6 +160,7 @@ EOL
160
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/maven-helper.sh &&
161
gav=$(sh maven-helper.sh gav-from-pom pom.xml) &&
162
ga=${gav%:*} &&
163
+ echo "--> Artifact to invalidate = $ga" &&
164
echo "machine maven.scijava.org" > "$HOME/.netrc" &&
165
echo " login travis" >> "$HOME/.netrc" &&
166
echo " password $MAVEN_PASS" >> "$HOME/.netrc" &&
0 commit comments