We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e56cd9 commit 9e7c3dcCopy full SHA for 9e7c3dc
1 file changed
maven-helper.sh
@@ -7,6 +7,10 @@
7
set -e
8
9
root_url () {
10
+ test snapshots != "$2" || {
11
+ echo http://maven.imagej.net/content/repositories/snapshots
12
+ return
13
+ }
14
echo http://maven.imagej.net/content/groups/public
15
}
16
0 commit comments