summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2014-07-01 00:44:51 +0200
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2014-07-01 10:20:09 +0900
commit4488bd68576074dda47ba1c60e9faa06650478ae (patch)
treeadc8ca02c7839da3a364477ed4e77ecae05fb16f
parent45946f19ceccebaff239a9f0d1d399cfc8bd9b47 (diff)
Expose Atlassian's maven repository
-rw-r--r--lib/maven.defs1
-rwxr-xr-xtools/download_file.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/maven.defs b/lib/maven.defs
index 9578c2b210..67c7704f41 100644
--- a/lib/maven.defs
+++ b/lib/maven.defs
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ATLASSIAN = 'ATLASSIAN:'
GERRIT = 'GERRIT:'
ECLIPSE = 'ECLIPSE:'
MAVEN_CENTRAL = 'MAVEN_CENTRAL:'
diff --git a/tools/download_file.py b/tools/download_file.py
index 8d76a40ea9..a65ee08bae 100755
--- a/tools/download_file.py
+++ b/tools/download_file.py
@@ -24,6 +24,7 @@ from sys import stderr
from zipfile import ZipFile, BadZipfile, LargeZipFile
REPO_ROOTS = {
+ 'ATLASSIAN': 'https://maven.atlassian.com/content/repositories/atlassian-3rdparty',
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',