annotate mx/suite_helper.py @ 17384:26c88ce948c5

Make downloads from maven more reliable and secure
author Paul Woegerer <paul.woegerer@oracle.com>
date Thu, 09 Oct 2014 09:48:16 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17384
26c88ce948c5 Make downloads from maven more reliable and secure
Paul Woegerer <paul.woegerer@oracle.com>
parents:
diff changeset
1 def maven(filepath):
26c88ce948c5 Make downloads from maven more reliable and secure
Paul Woegerer <paul.woegerer@oracle.com>
parents:
diff changeset
2 return 'https://search.maven.org/remotecontent?filepath=%s' % filepath