diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-08-08 09:30:20 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-08-08 09:30:20 +0000 |
| commit | cf5d85643604a696dc61562b2bead294721379a7 (patch) | |
| tree | fc287cec6bfdd9a0c4bb26d153e633abe55190b2 /java/common.xml | |
| parent | 80c2c8de40236232dbe3423287e208e0352b0e4c (diff) | |
| download | qpid-python-cf5d85643604a696dc61562b2bead294721379a7.tar.gz | |
NO-JIRA: use a single property to define the maven repository url being used to source dependencies
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1370715 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/common.xml b/java/common.xml index 7e7b9c0c07..2b61ef08c2 100644 --- a/java/common.xml +++ b/java/common.xml @@ -97,7 +97,8 @@ <property name="ivy.jar.dir" value="${project.root}/lib/ivy" /> <property name="ivy.install.version" value="2.2.0" /> <property name="ivy.jar.file" value="${ivy.jar.dir}/ivy-${ivy.install.version}.jar" /> - <property name="ivy.repo.url" value="http://repo1.maven.org/maven2/org/apache/ivy/ivy"/> + <property name="ivy.m2repo.url" value="http://repo1.maven.org/maven2"/> + <property name="ivy.repo.url" value="${ivy.m2repo.url}/org/apache/ivy/ivy"/> <property name="ivy.jar.url" value="${ivy.repo.url}/${ivy.install.version}/ivy-${ivy.install.version}.jar"/> <available property="ivy.jar.file.exists" file="${ivy.jar.file}"/> |
